/gitam

Primary LanguagePythonMIT LicenseMIT

GITAM

GITAM is a simple, yet elegant, library.

Works only with the Results Page for now. New version coming soon!

Installing

$ pip install gitam

Documentation

>>> from gitam import result
>>> student = result(roll_id=221810309053, semester=6)
>>> student.name
'Rohit G'
>>> student.branch
'Computer Science and Engineering'
>>> student.cgpa
8.68 

Result uses the GET and POST requests to fetch the data from the Results Page.

GLearn, GParent, Moodle etc. will be added soon.