Skip to content

A python application to stalk the Virginia Tech course time table

License

Notifications You must be signed in to change notification settings

VirginiaTech/Timetable-Stalker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timetable-Stalker

A python application to stalk the Virginia Tech course time table

Requirements

  • Atleast Python 3.4 (comes with pip)

Setup

  1. Create a Pushbullet account and follow their instructions for setting up push notifications on the devices that you want to receive notifications.

  2. Create your Pushbullet access token by going to your Pushbullet account settings Generating your Pushbullet access token

  3. Enter your access token into the pb_token configuration option in config.yml.

  4. Install dependencies with pip3 install -r requirements.txt

Usage

Monitoring a specific course section by CRN

Usage: python3 app.py crn COURSE_REQUEST_NUMBER

Example: python3 app.py crn 18143

Monitoring all sections of a course

Usage: python3 app.py course "SUBJ_AND_NUM"

Example: python3 app.py course "MATH 2214"

About

A python application to stalk the Virginia Tech course time table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%