Skip to content

adityam/rss2kindle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

rss2kindle

This script takes converts a list of RSS feeds (stored in a YAML file) to PDF formatted to be read on a Kindle.

Usage

Usage: rss2kindle [options] yamlfile
    -m, --mail [ADDRESS]             Email results
    -d, --directory [DIR]            Set output directory
        --context [FILE]             Set context binary
        --pandocdir [DIR]            Path for pandoc binary
        --logfile [FILE]             Set logfile

Format of yamlfile

title : News
file  : news.tex
age   : 1  # Only use feeds that appeared `age` days ago
feeds :
    bbc-news : http://feeds.bbci.co.uk/news/rss.xml
    globe-and-mail : http://www.theglobeandmail.com/?service=rss
---
title : Comics
file  : comics.tex
age   : 3
feeds :
    xkcd :      http://xkcd.com/atom.xml
    phd-comics: http://www.phdcomics.com/gradfeed_justcomics.php
    geek-and-poke: http://feeds.feedburner.com/GeekAndPoke
    dilbert  : http://feed.dilbert.com/dilbert/daily_strip

About

Convert RSS feed to a PDF for reading on Kindle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages