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())
Also provides a simple command line tool for downloading the schedule and members of a school to vCard and vCalendar/iCalendar files.
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-1.2.0.tar.gz
(25.1 kB
view hashes)
Built Distribution
Close
Hashes for saturnscrape-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a6d5210273efdda1fa81e7f092369e6c982b38e59f96a4369a0845a17d45de3 |
|
MD5 | 378d29b2176832c0a0ecef9aff8d09c0 |
|
BLAKE2b-256 | 901e51309ef6064668a156887d5ae9114613a475436719f16832ffb857ec4023 |