Skip to main content

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


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.1.0.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

saturnscrape-1.1.0-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file saturnscrape-1.1.0.tar.gz.

File metadata

  • Download URL: saturnscrape-1.1.0.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.1 Windows/10

File hashes

Hashes for saturnscrape-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c18ee94eff01694f41866c4d1607ac60c8e58902b39e648a2b4ee3886e1927ac
MD5 6a43d5d01e89f3b6461404b9cf58194a
BLAKE2b-256 78954cd46ee8ccd9ad14879dbd8b3b5735540d6e358c23e7383f757ad37095fa

See more details on using hashes here.

Provenance

File details

Details for the file saturnscrape-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: saturnscrape-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 25.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.1 Windows/10

File hashes

Hashes for saturnscrape-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61dde4abe525f996583cdb63d74e9e8e2268157a9af2516ef5338649a1d479cf
MD5 47dc7afc24823b30a86584611e281e2a
BLAKE2b-256 f6635415d5325fd5aebe6a7a9b71e1c4e9d71ccc83765b1566cc46fd200972eb

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page