Giter Site home page Giter Site logo

isqscraper's Introduction

isqscraper

Scrapes professor ratings from the UNF Department Schedule. Uses React/Bootstrap for the frontend, Express for the web server, and MySQL for the database.

Getting started

Dependencies

Before attempting to use isqscraper, you will need the following dependencies:

  • Node.js
  • MySQL Server

professors.csv

A list of professors will need to be provided to the ISQ scraper. They should have the following format:

nnumber,fname,lname
N00000001,Egg,Man
N01234567,John,Doe
N76543210,Sandy,Red-ferrari
...

Put it in the root of the project in a file called professors.csv

Building

Before anything else, make sure the MySQL server is running. By default, isqscraper binds to a MySQL server on port 3306 with the login root:toor. To configure this, edit isqscraper/src/settings.ts.

First, clone the repository:

git clone https://github.com/jonathan-lemos/isqscraper.git
cd isqscraper

Then download all dependencies:

npm install

Then build the project:

npx webpack-cli

Finally, run the server as follows:

npm start

You can then access the website by visiting localhost:80.

The current user must be able to bind to port 80.

Tests

Unit tests can be run using:

npx jest

Contributing

See CONTRIBUTING.md for contributing guidelines.

Licensing

This project is licensed under the MIT License. See LICENSE.txt for details.

isqscraper's People

Contributors

jonathan-lemos avatar

Stargazers

Rothanak So avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.