This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
Releases: ScottyLabs/course-api
Releases · ScottyLabs/course-api
1.5.1
1.5.0
- Separated course schedules/descriptions and FCEs into different scripts
- Removed autodownloading of FCE data
1.4.0
- Course meetings now list the full name of instructors, rather than just the last.
1.3.1
- Added multithreading support for course descriptions. The script will automatically use the maximum number of simultaneous CPU threads.
0.1.0
This is the first release of the ScottyLabs course-api. It accesses information from:
- the Schedule of Classes (SoC)
- the Course Catalogs
- Faculty Course Evaluations (FCEs)
It packages all this up into a neat set of scripts that download the information and store it as JSON. The rest is up to you.
All told, the Course API can get you information that includes
- course descriptions
- units
- pre- and co-requisites
- FCE responses
... and more! See the README for all the important details.