Hacker News new | ask | show | jobs
by anonzzz 2088 days ago
This has been a process for me. I started out using TinyTinyRSS and a few other apps. I always wanted an RSS reader that I could use anywhere on any device. I have finally settled on rss2email. I can read on any device I can access my email. I have setup an email just for rss feeds (rss@mydomain.com) and use a server side filter to put the feeds in the correct mailbox. I love the idea of not introducing another app to manage something.

For mail I use mutt. Mutt and rss2email are a match made in heaven. I can quickly process the stuff I want to read and the stuff I have little interest in. Feeds like Hacker News can get out of hand quickly without the ability to quickly process...

1 comments

Yeah I'm the same, I wrote a quick clone of rss2email in golang as I tend to avoid running python code on servers I run.

https://github.com/skx/rss2email/

Since feeds go to your mailbox you can easily read them from multiple locations and also search them via your mail client.