Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.05 KB

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. Enter the term/year you want to search in config.yml.

  5. 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"