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

https://github.com/qu4tro/rss2pdf

Converts rss feeds to pdf files.
https://github.com/qu4tro/rss2pdf

Last synced: 9 months ago
JSON representation

Converts rss feeds to pdf files.

Awesome Lists containing this project

README

          

rss2pdf
========

* Convert rss feeds to pdfs and uses etag and last modified time to avoid redownloading feeds.

Quick usage overview:

```bash
rss2pdf --feed="http://example.com/feed" --directory="/home/user/feeds"
```

Requires:

* wkhtmltopdf tool
* click
* feedparser