Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
/ gimsisapi Public archive

An asynchronous unofficial API for GimSisExt2016, written in Python

License

Notifications You must be signed in to change notification settings

bezidev/gimsisapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GimSisAPI

An asynchronous unofficial API for GimSisExt2016, written in Python.

Usage

import os
import asyncio

from gimsisapi import GimSisAPI, make_markdown_table

gimsis = GimSisAPI(os.environ.get("GIMSIS_USERNAME"), os.environ.get("GIMSIS_PASSWORD"))

async def main():
    classes, days = await gimsis.fetch_timetable()
    print(make_markdown_table(classes, days))
    print(gimsis.fetch_timetable("12 09 2022"))

asyncio.run(main())

About

An asynchronous unofficial API for GimSisExt2016, written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages