A python unofficial API library for Iraq's Classera schooling platform.
This is a library used to communicate with https://classera.com 's servers directly within your project using the power of Python!
- Make sure you have Python 3.8+ installed on your machine.
- Download or clone the repository into your workspace/project directory.
- Install the
requirements.txt
file for dependencies, run:pip install -r requirements.txt
And go crazy! the package contains an example.py
file, we don't offer documentation for the time being.
- Implement exceptions handler.
- Implement objects.
- Implement sockets for real time messages.
- Implement a whole bunch of missing functions.
Library structure heavily based off Slimakoi's Amino.py