An open API service indexing awesome lists of open source software.

https://github.com/artucuno/compasspy

Python Library for the Compass API (compass.education)
https://github.com/artucuno/compasspy

compass compass-education

Last synced: 7 months ago
JSON representation

Python Library for the Compass API (compass.education)

Awesome Lists containing this project

README

          

# Compasspy
Python Library for compass.education

## Installation
```
pip install -U git+https://github.com/Artucuno/Compasspy
```

## Simple Example
```py
from compasspy.client import Compass

client = Compass('', '')
client.login()
```
[More Examples](/examples) | [How to get Authentication Cookie](/examples/cookie.md)

https://compassapi.xyz