πBSOE New Course Searchπ
A static web app to help fellow banana slugs quickly find new BSOE courses
Starting Fall 2019, many BSOE (Baskin School Of Engineering) courses at UC Santa Cruz will have changed course numbers and codes. I wanted to make a website that will help students quickly find the courses they need to take. Just simply type in the old course code (e.g. CMPS 101) and it will return the new code (e.g. CSE 101) with the decription of the class.
- HTML5, CSS3, Javascript
- Python
- Github Pages
These instructions will get you to run the python script. Follow the instructions below only if you plan on adding changes to the JS file.
Install the necessary libraries by using requirements.txt as shown below
$ pip3 install -r requirements.txt
Just clone the repository to your local machine and run it via command prompt
$ git clone https://github.com/RiceAbove/RedditNotificationBot.git
go to where you cloned the repo & follow the path shown below
[Where you cloned the repo]/BSOE-New-Course-Search/src/script/scrape.py
now all you have to do is run the python script (using python3 not python2)
$ python3 scrape.py
This project is licensed under the MIT License - see the LICENSE file for details
Please read CONTRIBUTING.md, CODE_OF_CONDUCT.md, & PULL_REQUEST_TEMPLATE.md on the process for submitting pull requests.
- Gico Carlo Evangelista - RiceAbove, evangelsitagico@gmail.com - Creator
- Randall Lowe - safelock, rlowe527@gmail.com - Contributor
- Add AMS courses
- Add EE courses
- Convert new courses β‘οΈ old courses
- Improve on the website design