Warning This project is EXPERIMENTAL
REST API Server for IIUM Course Browser: https://albiruni.iium.edu.my/myapps/StudentOnline/schedule1.php
- REST API access to IIUM Course Browser
- Redis for caching and faster responses
- Search for exam date
- Search subject
All subjects are fetched and saved in https://github.com/iqfareez/albiruni_fetcher/tree/master/db
Exams are downloaded from https://www.iium.edu.my/division/amad/academic-calendarimportant-dates. Then, parsed manually and saved
to Excel file. See the files in the db
folder.
pip install -r requirements.txt
uvicorn main:app --reload