A simple API wrapper for Uptobox.
Project description
uptobox
A simple API wrapper for Uptobox.
Authors
Installation
Install uptobox with pip
# Linux/macOS
python3 -m pip install -U uptobox
# Windows
py -3 -m pip install -U uptobox
Usage/Examples
from uptobox import Client
client = Client(
token="token"
)
@client.listen()
def on_connect():
print(f"Connected to {client.user.name}")
file = client.fetchFile("e9hrkzrylk58")
print(file.name)
client.login()
Feedback
If you have any feedback, please reach out to us on our discord
Links
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
uptobox-1.1.0-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file uptobox-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: uptobox-1.1.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a61fbd9be6590c824d263fb95baa450518d79f38caa36fe208551d0fac44e9f |
|
MD5 | 5bc61fa72b0483d094cfe1999e51fe17 |
|
BLAKE2b-256 | 4be55fbfb21cbad43583ca2080c1e6fa949472897d375d5782455a8d7c458549 |