https://github.com/zimbatm/putio-sync
A simple put.io fetcher script. Keep local copies of the files.
https://github.com/zimbatm/putio-sync
Last synced: 3 months ago
JSON representation
A simple put.io fetcher script. Keep local copies of the files.
- Host: GitHub
- URL: https://github.com/zimbatm/putio-sync
- Owner: zimbatm
- Created: 2013-03-31T17:50:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T05:03:26.000Z (over 2 years ago)
- Last Synced: 2025-04-01T18:50:16.519Z (about 1 year ago)
- Language: Ruby
- Homepage: http://put.io
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Put.io sync
===========
A small script that fetches all the files from your [Put.io](http://put.io) account into a
local folder.
Install
-------
* Install ruby 1.9.3+
* Create an "application" here and note down the TOKEN: https://put.io/v2/oauth2/applications
* `ruby putio-sync.rb ./where/to/put/the/files YOUR_TOKEN`
^--- or put is in your crontab:
`*/15 * * * * ruby $HOME/putio-sync.rb /mnt/inbox/putio YOUR_TOKEN`