An open API service indexing awesome lists of open source software.

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

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