Skip to content

iiumschedule/albiruni-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages