项目作者: RiceAbove

项目描述 :
🍌 Website for UC Santa Cruz students that converts old BSOE course codes to new ones 🐌
高级语言: JavaScript
项目地址: git://github.com/RiceAbove/BSOE-New-Course-Search.git
创建时间: 2019-04-07T08:22:30Z
项目社区:https://github.com/RiceAbove/BSOE-New-Course-Search

开源协议:MIT License

下载


🍌BSOE New Course Search🐌

A static web app to help fellow banana slugs quickly find new BSOE courses

About

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.

Built With

  • HTML5, CSS3, Javascript
  • Python
  • Github Pages

Getting Started

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.

Prerequisites

Install the necessary libraries by using requirements.txt as shown below

  1. $ pip3 install -r requirements.txt

Installing

Just clone the repository to your local machine and run it via command
prompt

  1. $ git clone https://github.com/RiceAbove/RedditNotificationBot.git

go to where you cloned the repo & follow the path shown below

  1. [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)

  1. $ python3 scrape.py

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributing Guide

Please read CONTRIBUTING.md, CODE_OF_CONDUCT.md, & PULL_REQUEST_TEMPLATE.md on the process for submitting pull requests.

Contributors

Todo Checklist

  • Add AMS courses
  • Add EE courses
  • Convert new courses ➡️ old courses
  • Improve on the website design