Do you have any suggestions on RSS readers?

11 points by Yawrehto a day ago

I've been trying to find a good one, but many of the features I want are not written down somewhere. In roughly decreasing order of priority, I'd like something: * That doesn't automatically delete the items in your feed, either because you have too many or because it's been too long. Alternately, it could be set ridiculously high (by quick estimates, if it can handle 1 million items, that's enough to deal with 250 new items, every single day, for 10 years, so I'd say that would be high enough, and quite frankly, if I run up against that limit, I can probably delete some). * Free, but that seems fairly incompatible with the first thing. Self-hosted, possibly? * That has some relatively easy way of bypassing paywalls. * That allows for manual tags (not just folders, because things can generally only go in one folder) of either feeds or articles. * That seems relatively stable (not as big of an issue since it's fairly easy to migrate, but it would still be nice).

Do you have any suggestions?

vborovikov 11 hours ago

I wrote my own from scratch including the HTML/XML parsers. If you can't pick a reader the next best option is to write it yourself. There are countless projects on GitHub in any language.

Probably not really usable for anyone except myself but here is the code for my reader: https://github.com/vborovikov/news

adambatkin a day ago

I self-host Tiny Tiny RSS (https://tt-rss.org/). I think it will do everything you want (and more). The web UI is fine, and the Android app is great. It's actively developed, has been around for over a decade (I have been using it since Google Reader shut down) and has been super stable.

I guess the only thing it doesn't have that a SaaS offering could do would be some sort of recommendation engine (which I have no interest in).

stefanos82 a day ago

I have found this article https://www.tecmint.com/best-rss-feed-readers-for-linux/ and has some nice self-hosted options.

From a desktop app's point of view, I have tried liferea for a while and liked it a lot.

I'm not using anymore though, because the websites I used to follow went behind captcha mechanism(s) and cannot fetch their feed any longer which saddens me just by thinking about it.

nairadithya 19 hours ago

For a nice UI, I'd personally use Read You on Android, and NetNewsWire on iOS

BOOSTERHIDROGEN a day ago

Miniflux

  • doubled112 a day ago

    I moved to Miniflux from Nextcloud News a few years ago after News stopped working after an update.

    It is likely one of my favourite pieces of software that I host myself. Doesn’t take a lot of resources, quick and simple UI, and just works.

  • 2OEH8eoCRo0 a day ago

    I hate their PostgreSQL dependency

t-3 a day ago

Seamonkey. With a bookmarklet to go to the archive version of the current page (to bypass paywalls), it can do everything you want. If, as suggested by your want of self-hosting, you want something centrally located that will allow you to seamlessly track feeds across devices, all options suck, whether paid or free. You're probably better off just writing a program in your language of choice (I've never seen a language without one or more RSS/atom-specific libs, let alone plain XML) to meet your own needs rather than banging your head against the wall of someone else's pet that does what they need but isn't perfect for you.

karthink 19 hours ago

You didn't mention a mobile app or cloud sync as one of your priorities, so any offline, desktop RSS feeder should provide most of these features.

I use Elfeed in Emacs, which satisfies all your requirements -- except bypassing paywalls -- and is the best RSS reader I've ever used. For context, I've used at least ten RSS readers since 2005 before finding Elfeed in 2018.

kennethko 19 hours ago

FreshRSS might be worth a look. Has most, if not all, of what you're looking for. The paywall ladder might require a plugin.

noobly a day ago

emacs elfeed