Skip to main content

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


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-3.1.1.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file putio.py-3.1.1.tar.gz.

File metadata

  • Download URL: putio.py-3.1.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for putio.py-3.1.1.tar.gz
Algorithm Hash digest
SHA256 42334414c5787a8ea6d205e38c454cbe9429a6fdcc98288e4a5422fe365f4fff
MD5 5b4971387ef08fd864cab841a83c11fc
BLAKE2b-256 968f694c8e720ceea1cd5b8d07fe1ea9c0d76372d154a464cf07f83f518faa7a

See more details on using hashes here.

Provenance

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