Skip to content

biennvops/student-data-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student data API

A free and open source Python implementation of a specific university app's API.

Setup

  1. Install required dependencies:

    pip install -r requirements.txt
  2. Copy the environment template and configure your secrets:

    cp .env.example .env
  3. Edit .env file with your own API keys and secrets.

  4. Write your own clients.

And it ends here. Good luck figuring out the API keys :)

Warning

There will be surprises in the API calls - refer to the original app for more info :p

Legal disclaimer

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.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

FOSS Python reimplementation of a specific university app's API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages