Python library for powerschool learning.
Project description
Powerschool Learning API
This is a simple asynchronous api for interfacing with powerschool learning.
Installation
pip install powerschoollearning Works best.
Example
import powerschoollearning
import asyncio
import logging
logging.basicConfig(level=logging.INFO)
client = powerschoollearning.ps("<my refresh token>", "lakesideblended.learning.powerschool.com")
async def main():
await client.login()
for school_class in client.classes:
print(f'Found class {school_class.name} at {school_class.url}.')
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
This program will take a look at the user's classes and print every classes name and url.
Refresh Tokens
Since logging into powerschool is handled via oauth, we use refresh tokens to authenticate the user, to get your refresh token push look in the network -> cookies tab of the development tab of a browser while you load powersscool.
Not finished.
This very much is not finished, and does not support a lot of stuff. This is a work in process.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file powerschoollearning-1.0.1.tar.gz.
File metadata
- Download URL: powerschoollearning-1.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88bfea885ed93e349d89fdbe7f619a68e7096e5bffab91e2015cdea6ad172850
|
|
| MD5 |
77efe71ae0e0930e0b616fd55d1a65a9
|
|
| BLAKE2b-256 |
a4a2dbafa6b39bfc758843f4fa004864f4615bf02259ea676cbde7c1c67e5e32
|
File details
Details for the file powerschoollearning-1.0.1-py3-none-any.whl.
File metadata
- Download URL: powerschoollearning-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d82ea97b5d0ef8cebab3c8da401694463a4ea2143054f0be480d59a3299f98b4
|
|
| MD5 |
d0a989af8de27195a4fe017bee468ba1
|
|
| BLAKE2b-256 |
26c845c868a794cbb51b38219f632281d2eb9fffb10fa8b4415c6fde59294d4c
|