Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 931 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 931 Bytes

Python FastAPI

Albiruni API Server

Warning This project is EXPERIMENTAL

REST API Server for IIUM Course Browser: https://albiruni.iium.edu.my/myapps/StudentOnline/schedule1.php

Features

  • REST API access to IIUM Course Browser
  • Redis for caching and faster responses
  • Search for exam date
  • Search subject

Database

For subjects

All subjects are fetched and saved in https://github.com/iqfareez/albiruni_fetcher/tree/master/db

For exams

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.

Installation

pip install -r requirements.txt
uvicorn main:app --reload