Skip to content

Tool which scrapes all the UW courses and their relationships into JSON

License

Notifications You must be signed in to change notification settings

PatrickSpieker/uwccs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW Course Catalog Scraper (UWCCS)

Scrapes all UW courses into JSON file

Contribution guidelines

  • This project is under construction for the UW DataLab, supervised by Jevin West.

Contact

Usage/Installation

  • This requires Python 3.x. After cloning the repo, pip -r requirements.txt will get everything installed.
  • python main.py will run download the relevant files into the html/ directory and then populate course-data.json.
  • The JSON format is {course_id: {"course_id": course_id, "req_prereqs": [], "choice_prereqs": []}, ...}

About

Tool which scrapes all the UW courses and their relationships into JSON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published