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)
- Host: GitHub
- URL: https://github.com/artucuno/compasspy
- Owner: Artucuno
- Created: 2022-12-06T10:17:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T09:32:43.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T06:52:48.992Z (over 1 year ago)
- Topics: compass, compass-education
- Language: Python
- Homepage: https://compassapi.xyz
- Size: 25.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
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