A free and open source Python implementation of a specific university app's API.
-
Install required dependencies:
pip install -r requirements.txt
-
Copy the environment template and configure your secrets:
cp .env.example .env
-
Edit
.envfile with your own API keys and secrets. -
Write your own clients.
And it ends here. Good luck figuring out the API keys :)
There will be surprises in the API calls - refer to the original app for more info :p
This project is for educational purposes only. Users are responsible for complying with the original service's terms of use. The author is not responsible for any misuse of this software.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.