Skip to content

GT Course Scraper retrieves the latest course registration data from the GT OSCAR Registration platform.

License

Notifications You must be signed in to change notification settings

jonkchan/GT-Course-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GT Course Scraper

GT Course Scraper retrieves the latest course registration data from the GT OSCAR Registration platform.

forthebadge made-with-python

Installation

  1. Use the pip package manager to install requirements
pip install -r requirements.txt
  1. Create .env file and update GT OSCAR Credentials
touch .env
echo "GTID=<GT ID>" >> .env
echo "GTPW=<GT Password>" >> .env
  1. Update SEMESTER, SUBJECT, and COURSE_CODE arguments under scraper.py
# ./scraper.py
semester = "Fall 2020"
subject = "Computer Science"
course_code = "6300"

Usage

python main.py <course_code>

Example

License

MIT

About

GT Course Scraper retrieves the latest course registration data from the GT OSCAR Registration platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages