Python client for put.io API v2
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_url('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.4.6.tar.gz
(4.7 kB
view details)
File details
Details for the file putio.py-2.4.6.tar.gz
.
File metadata
- Download URL: putio.py-2.4.6.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17095f7dbb59099cef48d748318b9e9b3b32c13497d96c103fb2d85d4bfc2f6e |
|
MD5 | 4397f14bc7e757595f3a6cdbd108f426 |
|
BLAKE2b-256 | 77a2ec4cc174b1e5fe535921295b9a5b690f6922073e556a6f5d367bea501e6e |