https://github.com/mikz/prss
Parser of HDbits personal RSS feed
https://github.com/mikz/prss
Last synced: about 1 month ago
JSON representation
Parser of HDbits personal RSS feed
- Host: GitHub
- URL: https://github.com/mikz/prss
- Owner: mikz
- Created: 2011-11-14T09:10:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T11:23:12.000Z (over 2 years ago)
- Last Synced: 2025-02-10T11:41:48.384Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PRSS
## Private RSS [downloader]
HDbits introduced private rss feature where you can export download list
to rss. This tool fetches that rss and download all files to given
directory.## Install
> gem install prss
## Usage
> prss passkey directory
## Cron
> crontab -e### With RVM
> \* * * * * /bin/bash -l -c 'prss mypasskey ~/storage/watch'
### Without RVM
> \* * * * * prss mypasskey ~/storage/watch