View on GitHub

putio-sync

Automatically download your put.io content

Download this project as a .zip file Download this project as a tar.gz file

putio-sync

Automatically download your put.io content.

Installation and Usage

Installation can be performed via pip::

$ pip install putiosync

This will install a new application 'putiosync' that can be called from the command line as follows::

$ putiosync <download_directory>

Other options and customizations are available by using the '-h' or '--help' options.

Authentication

The first time you run the application, a webbrowser will be opened to put.io asking for permissions. If authorized, you'll get your access token which you will enter into the application.

Contributing Back