epocket
In an attempt to look at screens less, I set up this script so I can read articles saved to my Pocket on my Kindle.
It is set up on a cron job to run at 4AM every day. It pulls my unread RSS feed, and uses newspaper to get the HTML source of the article, then outputs an index.html with a list of article links and individual html files with the contents of each article.
I can then navigate to where I have the output hosted via the Kindle's built in web browser.
- Source code: https://github.com/0xdstn/epocket/