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_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.3.1.tar.gz
(3.6 kB
view details)
File details
Details for the file putio.py-2.3.1.tar.gz
.
File metadata
- Download URL: putio.py-2.3.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f48ece998bf638ec20fc60255ac1716b6bbecf522dcdcd9c29ba3d7c70364a7a |
|
MD5 | 2315983cf2ff2578fd82af6f7e610af9 |
|
BLAKE2b-256 | 5fc55ff9e158060d70a3e0e5fc4ce864dab97fad47ad1bed8bbe1648e377303f |