Skip to main content

Python wrapper for openload.co API

Project description

python wrapper for Openload.co API.

pypi format CodacyBadge license

Install

$ pip install pyopenload

Usage

All API features are implemented.

Retrieve account info

from openload import OpenLoad

openload = OpenLoad('login', 'key')

account_info = openload.account_info()
print(account_info)

Upload file

from openload import OpenLoad

openload = OpenLoad('login', 'key')

uploaded_file_info = openload.upload_file('/home/username/file.txt')
print(uploaded_file_info)

Retrieve file info

from openload import OpenLoad

openload = OpenLoad('login', 'key')

# Random file id.
file_id = 'YMTqhQAuzVX'

file_info = openload.file_info(file_id)
print(file_info)

Documentation

documentation is available at https://pyopenload.readthedocs.io/.

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

pyopenload-0.5-py2.py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 2 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