What does HackerNews think of rss2email?

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email

Language: Python

I have used rss2email for ages (https://github.com/wking/rss2email) for all my RSS feeds. That way I can use an optimal UI (to me) which is email (mutt) to read all my content.
Sounds like my toy-project:

https://github.com/skx/rss2email

Which is a "port" of the very old/established python project with the same name:

https://github.com/wking/rss2email

If you have a server somewhere, you use cron and configure a list of feeds. Each time a new entry appears you get it sent as an email.

See also this recent post:

https://news.ycombinator.com/item?id=22899469

https://github.com/wking/rss2email

Just sends the latest articles to an IMAP folder. I can use any device that syncs to my email (currently using the built in ActiveSync client on Android), and can access it from webmail, and via Thunderbird on Linux.

Weirdly after switching between many self hosted options, including Nextcloud News which lasted the longest, I ended up putting rss2email [0] in docker and configured it to SMTP (it can also deposit them onto an IMAP server directly) articles to my address. I then have an inbox rule that puts it all into a folder and another that deletes items after 7 days. If I want to save an article, I just move it into my "Archive" folder.

Why using email? I switch between phones, OSs etc and it was a bitch to find decent clients for the self hosted options on each OS. I can generally get my email everywhere, via ActiveSync on my phone, WebUI, thunderbird etc. And since I host my mail, the data never leaves my network :) It works really well, though I do sometimes feel like RMS having web pages emailed to me lol

[0] https://github.com/wking/rss2email

The opposite approach is to send RSS feeds to your email client, which can be done by rss2email (originally by Aaron Schwartz).

https://github.com/wking/rss2email

I've been using it for a few years and, while the command line interface is a bit awkward, it works fine. Since email clients have the same controls an RSS reader needs (read/unread, folders, etc.) it works fine.

Blogtrottr is a hosted service that does the same thing; I also used them for a few years and was happy with the service. Just moved off because self-hosting was in some ways simpler for me.

https://blogtrottr.com/

I've been using rss2email (https://github.com/wking/rss2email) to read rss feeds in mutt. It works well for me.
As an existing solution, newsbeuter [1] is an excellent and fast terminal reader with many features. I have settled with it for a while after trying many alternatives. If you are too much into e-mails and using a terminal reader like mutt, sending new feeds as e-mails with rss2email [2] is also an option.

[1]: http://newsbeuter.org/

[2]: https://github.com/wking/rss2email/

https://github.com/wking/rss2email

Pros: It sends to my Gmail account, separated by labels, and I can read both in PC and mobile.

Cons: you have to run the command in your PC.