Skip to main content

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


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 hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page