Skip to content

ertemplin/purdue-course-watcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Purdue Class Watcher

This is a simple ruby script which will hit myPurdue and check if there are any open seats for a given class. Currently, it takes advantage of Pushover's API to send notifications to mobile devices, but support for email is in the works.

Usage:

  1. Create an "application" on Pushover and record the API token.

  2. Modify watch.rb to include your application API token and user token.

  3. Run the script as follows:

    ruby watch.rb CRN TERM

Note: For fall 2014, the "term" is 201410. So, if I were to query for open seats in ECON451: Game Theory for next semester, I would run the following:

ruby watch.rb 53454 201410

About

A ruby script which checks for availability of seats for a given class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%