Skip to content

Watches courses in the gatech catalog for spots to open up.

Notifications You must be signed in to change notification settings

kieranlblack/course-stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Stalker

Script to check GA Tech class matrix every couple of seconds to see if positions in a set of classes have opened. Very useful during class registration as it is faster than Coursicle.

Setting up Config

Example Config

# config.yml
number: 1234567890
sms_gateway: '@vtext.com'
email: '[email protected]'
password: 'gojackets1!'
term: 202008
courses:
  - 87136 # linear 2
  - 87138 # marching band
Key Value
number phone number to send notifications to
sms_gateway carrier gateway for sms
email email address of account used for smtp
password password1
term current term2
courses list of all courses to track

(1) For gmail generate an app password exclusively for this script. To do this go to Google Account > Security > Signing in to Google > App passwords. Guide here.
(2) To find the current term go to oscar > Registration > Select Term. Open the developer console (f12) and navigate to the Network tab, ensure that network activity is being recorded then select the current term and click submit. In the activity on the Network tab there should be something with the name of bwcklibs.P_StoreTerm. Click on this and then scroll down in the Headers to find the form data. The number you want is the one right after term_in.

Notes

  • If not running on windows disable all the win10toast notifications.
  • If you set the delay between each check lower than 3 seconds requests might not have enough time to complete which will break things.

About

Watches courses in the gatech catalog for spots to open up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages