Skip to content

Simple script created to check course availability for courses without waitlists

License

Notifications You must be signed in to change notification settings

KolCrooks/Course-Availability-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple script that I created to get into courses that don't have wait lists.

NOTE: This script will include restricted seats when checking to see if the courses has seats open.

Requirements

  • Python 3.X

Instructions

  1. Install the required packages with:
$ python -m pip install -r requirements.txt
  1. Modify the URLS dictionary to include the courses that you wish to watch. The default (what I was trying to get into) is
URLS = {
    'MATH200': 'https://courses.students.ubc.ca/cs/courseschedule?pname=subjarea&tname=subj-section&dept=MATH&course=200&section=921',
    'MATH221': 'https://courses.students.ubc.ca/cs/courseschedule?pname=subjarea&tname=subj-section&dept=MATH&course=221&section=921'
}
  1. (OPTIONAL) if you want to set the interval at which is checks the courses, modify the INTERVAL variable. It is in minutes and I would recommend that you don't use any interval lower than 1 as it could cause your IP to get blocked.

  2. Run with python script.py

About

Simple script created to check course availability for courses without waitlists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages