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.8.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file saturnscrape-0.1.8.tar.gz
.
File metadata
- Download URL: saturnscrape-0.1.8.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 | 7a15c4af9759ba4fe7c5f11b3ee08ae6d205e73a901b414ae267cdd2b2dca59a |
|
MD5 | d81400f0c0df89713734a61280e2fe7e |
|
BLAKE2b-256 | 7a69284968f79d4c05562c0b7c72556cd4e2239b60089f3ff66ab62ce28e97ba |
Provenance
File details
Details for the file saturnscrape-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: saturnscrape-0.1.8-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 | d4739485824529fd294cbdd103ab393c1c4a8acbc1e8705056b3f5a8209540b5 |
|
MD5 | 59d40b4c9c88ade21e7c3a49bd5e080c |
|
BLAKE2b-256 | 4b5f0a2a74bda967ffbfc8c9a9a9925caaf4c068db593b6c4583c06a48d99dda |