https://github.com/codelif/pyjiit
Python library for JIIT webportal
https://github.com/codelif/pyjiit
college-purpose jiit jiit62 osdc
Last synced: 3 months ago
JSON representation
Python library for JIIT webportal
- Host: GitHub
- URL: https://github.com/codelif/pyjiit
- Owner: codelif
- License: mit
- Created: 2024-09-07T11:41:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-14T05:00:52.000Z (7 months ago)
- Last Synced: 2025-11-14T05:21:53.175Z (7 months ago)
- Topics: college-purpose, jiit, jiit62, osdc
- Language: Python
- Homepage: https://pyjiit.codelif.in
- Size: 284 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pyjiit
============
**pyjiit** is a Python library for accessing data from JIIT Webportal. It uses the internal APIs of JIIT Webportal to programattically access the data. It can be used in various types of projects which require getting attendance data or general student information (like results, registration, etc).
For full documentation, visit https://pyjiit.codelif.in
Features
--------
* Login and Session management (with invalidation)
* Attendance data queries
* Subject registration data
* Exam event data
* Explicit exceptions
* Happiness
Roadmap
-------
* :code:`Webportal` instantiation with :code:`WebportalSession` (for cached sessions)
* Cover more endpoints
* Drink water
* Sleep more than 2 hours in a day
* Meetup with the people who designed JIIT Webportal
* Heavily judge their design choices
Dependencies
------------
* requests
* pycryptodome (this is explicit for very interesting reasons)
* NESCAFE
* `Dopamine Dose`_
.. _Dopamine Dose: https://open.spotify.com/playlist/3MD5jRlnXlLrMacF9rirOv?si=pH4WlKBPRyaJUokQwoehnA
Credits
-------
* `arvindpunk `_ (He helped heavily by reverse-engineering the encryption and decryption of the payload, without which this wouldn't exist)