Readit News logoReadit News
Posted by u/Yawrehto 9 months ago
Do you have any suggestions on RSS readers?
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?

thomascountz · 9 months ago
https://netnewswire.com/

Though it may not meet your criteria around infinite retention. The developer has written about their philosophy on that here: https://inessential.com/2018/10/13/netnewswire_article_age_l...

malcook · 9 months ago
https://bazqux.com/ It doesn't check all your boxes but it checks all mine. I've used elfeed, google reader, feedly, miniflux, and this is the best! Not free but I'm happy to pay $30/year for excellence. Desktop and mobile app both work great. Has all the right key shortcuts. Fast. Tagging and stars (but I never use em).

Some excerpts from the FAQ:

How long do you keep ar­ti­cles un­read? Un­read ar­ti­cles are kept for­ever. Al­though there is a limit of 500 to­tal (both read and un­read) ar­ti­cles per feed. How often feeds are up­dated? Re­fresh rate de­pends on the time of the last ar­ti­cle in feed: few hours ago—each 15–45 min­utes, less than a week—each 1–2 hours, less than a month—each 2–3 hours and 3+ hours for oth­ers. Feeds that sup­port WebSub are up­dated in re­al­time. Do you sup­port pass­word pro­tected feeds? Yes, feeds with HTTP ba­sic ac­cess au­then­ti­ca­tion are sup­ported. How many feeds I can sub­scribe to? You can sub­scribe or im­port up to 3000 feeds.

Maleph · 9 months ago
I totally agree with you
stevekemp · 9 months ago
I wrote a simple "RSS to Email" application, there are a bunch out there, but I think that is simple and portable.

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

You can self-host easily, and you get all your feed items by email where you can filter, archive, and search them easily. Having the items end up in your email is easier than having to share state in a database and cope with different laptop vs. phone vs. desktop views, etc.

adambatkin · 9 months 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 · 9 months 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.

vborovikov · 9 months 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

slwvx · 9 months ago
Feedly has a freemium model. It certainly allows tagging feeds; don't think it allows tagging articles

https://en.wikipedia.org/wiki/Feedly

domysee · 9 months ago
Have you checked out https://lighthouseapp.io/?