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.6.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file saturnscrape-0.1.6.tar.gz
.
File metadata
- Download URL: saturnscrape-0.1.6.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 | 02390f455f12e4564b964b9d1fc5e1f10139b3bbe36a334ff10559f1c5a5e3c7 |
|
MD5 | 8e540f89c29b511b45f840ddc079d9a0 |
|
BLAKE2b-256 | c02e6063f12981d3b800d42178db8cdc37c1d63cc57663eb3587cbdc9c133494 |
Provenance
File details
Details for the file saturnscrape-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: saturnscrape-0.1.6-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 | 08068d90298db993139a456c2209f5d0ee38aa6b110e24d8eaa26e500e21a50d |
|
MD5 | 5dccf038020a4c10c8f2d2122cd3c6e8 |
|
BLAKE2b-256 | 8ffe41257e4da863612beff30cda5ed7e2c2c2fcfbd17701688415adc524d4a7 |