
Welcome to Uptobox
Uptobox.py is a simple API wrapper for Uptobox.
Getting started
Is this your first time using the library? This is the place to get started!
First steps: Introduction | Quickstart
Working with Uptobox: How to get my token? | doc
Examples: Many examples are available in the repository
Getting help
Ask us and hang out with us in our discord server.
Report bugs in the issue tracker.
Ask in our GitHub discussions page.
Meta
If you’re looking for something related to the project itself, it’s here.
Changelog
This page keeps a detailed human friendly rendering of what’s new and changed in specific versions
v1.1.0
New Features
Add the variable
File.streamURL
to get the stream URL of the file
Other
Optimization
v1.0.6
Bug Fixes
Fix the module was uninstallable on pip
New Features
Add the function
Client.download()
to get the direct link to download somethingAdd the function
Client.upload()
to upload files on UptoboxAdd the event
on_error
v1.0.0
The first version of the module
New Features
Add the function
Client.login()
to connect to UptoboxAdd the function
Client.logout()
to disconnect to UptoboxAdd the function
Client.listen()
to make eventsAdd the class
Client.user
to get the accountAdd the function
Client.fetchFile()
to get the file object through the file codeAdd the event
on_connect
Add the event
on_logout