A python application to stalk the Virginia Tech course time table
- Atleast Python 3.4 (comes with pip)
-
Create a Pushbullet account and follow their instructions for setting up push notifications on the devices that you want to receive notifications.
-
Create your Pushbullet access token by going to your Pushbullet account settings
-
Enter your access token into the pb_token configuration option in config.yml.
-
Install dependencies with
pip3 install -r requirements.txt
Usage: python3 app.py crn COURSE_REQUEST_NUMBER
Example: python3 app.py crn 18143
Usage: python3 app.py course "SUBJ_AND_NUM"
Example: python3 app.py course "MATH 2214"