Skip to content

Reads an RSS feed and pushes posts to your kindle

Notifications You must be signed in to change notification settings

logeyG/rss-to-kindle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rss-to-kindle

Reads an RSS feed and pushes a random post of the day to your kindle, utilizing the excellent service PushToKindle.

Usage

pip install feedparser

python3 rss-to-kindle.py

I've got this running via a cron job on my raspberry pi:

# runs rss-to-kindle every day at 5pm
0 17 * * * python3 /home/pi/rss-to-kindle.py >> /home/pi/rss-to-kindle.log 2>&1

About

Reads an RSS feed and pushes posts to your kindle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages