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.
- Host: GitHub
- URL: https://github.com/qu4tro/rss2pdf
- Owner: Qu4tro
- License: mit
- Created: 2015-02-15T04:49:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T05:33:59.000Z (over 11 years ago)
- Last Synced: 2025-03-04T21:02:10.112Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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