Hacker News new | ask | show | jobs
by sausagefeet 515 days ago
I use feed2mail, which is a Python program that turns RSS Feeds into Maildir emails. I have my own patchset on top to address some issues.

https://hg.sr.ht/~mmatalka/feed2mail/rev/mmatalka-patchset

1 comments

Back in the day I used r2e, which was an old python scrip for the same purpose.

I actually removed it primarily because it was the last package on my system at the time to need python, and removing it let me purge a whole bunch of python packages and save a lot of space!

These days I still read feeds via RSS, via a static golang binary. It lets me do filtering, and similar things:

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