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.4.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file saturnscrape-0.1.4.tar.gz
.
File metadata
- Download URL: saturnscrape-0.1.4.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 | baa6bed117b3ee0730534f616a64eb31df1207dab0367e6e690db8dc0eedcb38 |
|
MD5 | b31f73c621531dc94e7b7da965435e7b |
|
BLAKE2b-256 | f18c5972b71f4bf48eeafd54ac8b9d61f37a77f1e4c95d77503271816383b1f9 |
Provenance
File details
Details for the file saturnscrape-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: saturnscrape-0.1.4-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 | ad26e6dd319c4c21382776412feef47c65619dba087435d7ca922c623c61fc53 |
|
MD5 | 9b5c3ba7db644935b7f5f70722835b69 |
|
BLAKE2b-256 | ee63c097aab87f94dac32dc300a1affdf34b956d49b71840c5ae33e8c099efcb |