iiumschedule / albiruni-api

Experimental Rest API for IIUM Albiruni Course Timetable

Home Page:https://albiruni.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Experimental Rest API for IIUM Albiruni Course Timetable

https://albiruni.up.railway.app/


Languages

Language:Python 100.0%