Hacker News new | ask | show | jobs
by bambambazooka 2245 days ago
Sounds interesting! What program do you use?
1 comments

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

It is, yes, thank you, it works great, well the original anyway, I will look into your more mordern port :)
thanks!