An API wrapper for stashcat and schul.cloud.
Project description
StashConnect
StashConnect is an easy-to-use API wrapper for stashcat and schul.cloud.
Installation
To install StashConnect, use pip in your shell:
pip install -U stashconnect
Example Usage
import stashconnect
client = stashconnect.Client(
email="your email", password="your password",
encryption_password="encryption password",
)
# change account settings
client.account.change_status("new status")
client.account.change_password("new", "old")
# upload or download files
client.files.upload("conversation_id", "hello.png")
client.files.download("file_id")
client.messages.send("conversation_id", "hello")
Features to be added
- docstrings
- account functions
- documentation
- bot class
Contributors
- All code currently written by BuStudios
- Create a pull request to contribute code yourself
Disclaimer
StashConnect is not affiliated with Stashcat GmbH or any of its affiliates.
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
stashconnect-0.9.4.tar.gz
(20.3 kB
view details)
Built Distribution
File details
Details for the file stashconnect-0.9.4.tar.gz
.
File metadata
- Download URL: stashconnect-0.9.4.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 225694d7f502d616fe54b7ee625b790a787caaad56ceacfa07580723e8d7a214 |
|
MD5 | 18e757814a418075eec52f7c0b7e2ebd |
|
BLAKE2b-256 | 262315115f3c4c69a993232e2af73d4ba0b497880e2f23096a90660f36201ca5 |
File details
Details for the file stashconnect-0.9.4-py3-none-any.whl
.
File metadata
- Download URL: stashconnect-0.9.4-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a55370723a37627517bd9436a8d2fa756502a564f5b4c30ffc1095ff1a8458a |
|
MD5 | 3364e13e97b4b456ae38d94cb6aad94e |
|
BLAKE2b-256 | b91c8b097c0b86bdc55be08d8b240af91ea8467719144d1659b4908997bbd98c |