Code Monkey home page Code Monkey logo

coursehelperapp's Introduction

Project Overview

Welcome to CourseHelper, a comprehensive digital solution designed to make students' lives easier. To see a demo of the finished application, please download the "CourseHelperDemo.mp4" video. For more technical information about application design and implementation, please see the "CourseHelperReport" in the repository.

Webscrape Course Information

To webscrape all of the course information at UIUC so that you can ensure that the most up to date course info is being used: first start by navigating to the web_scraping folder, and run the command:

bash ws.sh <GenSkip> <Major> [ClassNum]

To see the usage information for this script, simply run the script with 0 arguments. Alternatively, from the same web_scraping directory, run:

py generate_course_urls.py

Wait for 2-3 minutes after running this command, so that the webscraping driver has time to collect the course information. Next, run the command:

py web_scraping.py

After either approach the course_information.csv file in the web_scraping folder will contain updated course information. This is the information that will be used in all of our services regarding schedule generation and recommendations.

In order to run the webscraping, you need to install the following python libraries: Selenium, requests, and bs4. (Download the most recent version of python and verify pip is installed) Run the commands:

pip install <module>

In order to build and run the project tests, first navigate to the source directory, and run this sequence of commands:

rm build
make 
make test

To run the tests, enter this command:

./test

Now, the results of the tests should be displayed on the terminal.

coursehelperapp's People

Contributors

jacobop2 avatar michael200344 avatar ayakey avatar mnaylor03 avatar ayakey2 avatar mnaylor2 avatar

Stargazers

 avatar

Watchers

 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.