Hacker News new | ask | show | jobs
by nervuri 2089 days ago
> there are loads of programs for polling+downloading+caching+converting news feeds

Please list a few. They might come in handy.

I know of feed2exec (programmable feed reader): https://gitlab.com/anarcat/feed2exec

Debian also has feed2imap, feed2omb (open microblogging) and feed2toot (Mastodon): https://packages.debian.org/search?keywords=feed2

1 comments

The one I stripped down is feed2maildir https://pypi.org/project/feed2maildir

Prior to that I was using imm https://hackage.haskell.org/package/imm-0.3.0.0 Looking at it's github repo it seems to have morphed into a more general-purpose tool https://github.com/k0ral/imm

I also remember looking at https://github.com/sloonz/maildir-feed and its successor https://github.com/sloonz/ua which looks nice and modular, but I couldn't figure out how to compile Go with Nix :(

Thanks! It can be hard to find these things.