Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1013 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 1013 Bytes

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"