UNKNOWN
Project description
Simple wrapper for Put.io API v2.
Installing
putio.py is available on PyPI.
$ pip install putio.py
Usage
import putio
helper = putio.AuthHelper(CLIENT_ID, CLIENT_SECRET, \
CALLBACK_URL, type='token')
# this will open a browser to authetication url
# after authenticating you will find the oauth_token in the address bar
helper.open_authentication_url()
client = putio.Client(OAUTH_TOKEN)
# list files
files = client.File.list()
# add a new transfer
client.Transfer.add('http://example.com/good.torrent')
# read the code for other methods.
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
putio.py-2.0.tar.gz
(3.2 kB
view details)
File details
Details for the file putio.py-2.0.tar.gz
.
File metadata
- Download URL: putio.py-2.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02d48359dc41df9f594d7fc3b6d4d3b005b9364a6aaf1ede33d7fd55e524c472 |
|
MD5 | 1d935fbe393664c5938e24b8d0e4dbc0 |
|
BLAKE2b-256 | 0cf49ed306baa16e632a033494fb2c1657aa3fbef2ff8799f5be21cfd09f90f0 |