A simple function for setting up scratch HTTP sessions.
Project description
scratchsession
The easy way to set up scratch session objects.
scratchsession allows you to set up a scratch HTTP session the right way. With just a single function, you never have to worry about unnecesary parsing times or bad request order. It does not use any RegEx or read HTML—just pure requests!
Installing / Using
scratchsession can be installed via PyPI:
python -m pip install scratchsession
It can also just be copy/pasted into your own code. Make sure to copy all of the prepare_session function and import requests if you do this!
Example
from scratchsession import prepare_session
session = prepare_session("your_username_here", "your_password_here")
# Print your account navigation info:
resp = session.get("https://scratch.mit.edu/fragment/account-nav.json")
print(resp.text)
Questions? Ask here:
- Nothing here yet!
- Still nothing :(
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 scratchsession-1.0.0.tar.gz.
File metadata
- Download URL: scratchsession-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90caa5fe14aac093d95f5ac70020ea15a66032bc3aae9f33c4a84c9298eaa7a0
|
|
| MD5 |
cec8827ad6ae6a4c1be76dca49cd677b
|
|
| BLAKE2b-256 |
b9930d47c5b18a9c6fd686eb72d2ec183d77f416b7dc6a45e26622c1b17a2860
|
File details
Details for the file scratchsession-1.0.0-py3-none-any.whl.
File metadata
- Download URL: scratchsession-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d21c6893e284a52ea23d995fc69d237b9f849435a9fdc2eadebe8d70725c68f
|
|
| MD5 |
90ec1d215e534a7ec14c0af631c273f3
|
|
| BLAKE2b-256 |
f6264fbaa12cca9a6ca702e6e35090fcdaaeed6aa4c6aa4e6c08de71e8ddfcea
|