Scrapes information from https://saturn.live, a collaborate school scheduling system.
Project description
saturnscrape
Scrapes information from https://saturn.live, a collaborate school scheduling system.
Currently, this Python package only aims to support the scheduling and members of a school.
Example
from asyncio import run
from typing import cast
from saturnscrape import *
async def runner():
client = SaturnLiveClient("jwt", "refresh token")
print(cast(FullStudent, await client.get_student("me")).phone_number)
await client.close()
run(runner())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
saturnscrape-0.1.7.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file saturnscrape-0.1.7.tar.gz
.
File metadata
- Download URL: saturnscrape-0.1.7.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbce603a781975ea66d44a03768fe3e8ffe3d25bb2c10b31129458eb54075afa |
|
MD5 | 95fe76745797ab12a77ba16dbc5000e7 |
|
BLAKE2b-256 | 9993951cdd3888d7945e47d28f50565fc0062976e8d9712b544d41c2ba837531 |
Provenance
File details
Details for the file saturnscrape-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: saturnscrape-0.1.7-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6734c00836d1cf86be43c34702911f3ff4e5ff27e74c6d652d3cf8ae3d855d1 |
|
MD5 | 1918cb6cc12df443145f4ed0b5a5414d |
|
BLAKE2b-256 | 7392b9d201f4e775b5216883de16adcee29ad1a276f08ee4413b7aab42952045 |