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.3.tar.gz
(20.0 kB
view details)
Built Distribution
File details
Details for the file stashconnect-0.9.3.tar.gz
.
File metadata
- Download URL: stashconnect-0.9.3.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1a5f1fd70c9129b292dab5407f66b04667766fdcf348d80ccd2f6aaeddcb4a |
|
MD5 | 27388eef007b6c6b78cf8f05fa21405a |
|
BLAKE2b-256 | 2e9ba9cafad6815afd56fc2e768e5803708716a03e32bc52d5f82470ce6445f6 |
File details
Details for the file stashconnect-0.9.3-py3-none-any.whl
.
File metadata
- Download URL: stashconnect-0.9.3-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f596e32d48a5355ec730786500982359c6b610cb13320e07050d98e3421a2d52 |
|
MD5 | 8fdc9ea76cd169d586a09c79d71ec5c9 |
|
BLAKE2b-256 | b6ce8605f545ba34c94a27b96bf558be342dd88b13ec7e3d9333ad1f3324d55d |