Script to generates all the course requirements from SFU Course Outlines REST API. Used specifically to get all course requirements for Software Systems Degree requirements (Fall 2023).
The JSON data will be used by sfussss.org for its course explorer feature.
- Install python3
- Run
python3 main.py
- See it generates
courses.json
inresult
directory
Latest generated courses.json
can be viewed at https://raw.githubusercontent.com/ssss-sfu/course-explorer-script/main/result/courses.json
JSON GET API ENDPOINT at https://raw.githubusercontent.com/ssss-sfu/course-explorer-script/main/result/courses.json