TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Do you have any suggestions on RSS readers?

13 pointsby Yawrehto6 months ago
I&#x27;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&#x27;d like something: * That doesn&#x27;t automatically delete the items in your feed, either because you have too many or because it&#x27;s been too long. Alternately, it could be set ridiculously high (by quick estimates, if it can handle 1 million items, that&#x27;s enough to deal with 250 new items, every single day, for 10 years, so I&#x27;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&#x27;s fairly easy to migrate, but it would still be nice).<p>Do you have any suggestions?

15 comments

thomascountz6 months ago
<a href="https:&#x2F;&#x2F;netnewswire.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netnewswire.com&#x2F;</a><p>Though it may not meet your criteria around infinite retention. The developer has written about their philosophy on that here: <a href="https:&#x2F;&#x2F;inessential.com&#x2F;2018&#x2F;10&#x2F;13&#x2F;netnewswire_article_age_limits.html" rel="nofollow">https:&#x2F;&#x2F;inessential.com&#x2F;2018&#x2F;10&#x2F;13&#x2F;netnewswire_article_age_l...</a>
malcook6 months ago
<a href="https:&#x2F;&#x2F;bazqux.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bazqux.com&#x2F;</a> It doesn&#x27;t check all your boxes but it checks all mine. I&#x27;ve used elfeed, google reader, feedly, miniflux, and this is the best! Not free but I&#x27;m happy to pay $30&#x2F;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).<p>Some excerpts from the FAQ:<p>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.
评论 #42272799 未加载
stevekemp6 months ago
I wrote a simple &quot;RSS to Email&quot; application, there are a bunch out there, but I think that is simple and portable.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;skx&#x2F;rss2email&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;skx&#x2F;rss2email&#x2F;</a><p>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.
adambatkin6 months ago
I self-host Tiny Tiny RSS (<a href="https:&#x2F;&#x2F;tt-rss.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tt-rss.org&#x2F;</a>). I think it will do everything you want (and more). The web UI is fine, and the Android app is great. It&#x27;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.<p>I guess the only thing it doesn&#x27;t have that a SaaS offering could do would be some sort of recommendation engine (which I have no interest in).
stefanos826 months ago
I have found this article <a href="https:&#x2F;&#x2F;www.tecmint.com&#x2F;best-rss-feed-readers-for-linux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tecmint.com&#x2F;best-rss-feed-readers-for-linux&#x2F;</a> and has some nice self-hosted options.<p>From a desktop app&#x27;s point of view, I have tried liferea for a while and liked it a lot.<p>I&#x27;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.
vborovikov6 months ago
I wrote my own from scratch including the HTML&#x2F;XML parsers. If you can&#x27;t pick a reader the next best option is to write it yourself. There are countless projects on GitHub in any language.<p>Probably not really usable for anyone except myself but here is the code for my reader: <a href="https:&#x2F;&#x2F;github.com&#x2F;vborovikov&#x2F;news">https:&#x2F;&#x2F;github.com&#x2F;vborovikov&#x2F;news</a>
slwvx6 months ago
Feedly has a freemium model. It certainly allows tagging feeds; don&#x27;t think it allows tagging articles<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Feedly" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Feedly</a>
domysee6 months ago
Have you checked out <a href="https:&#x2F;&#x2F;lighthouseapp.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lighthouseapp.io&#x2F;</a>?
manuc666 months ago
Have you tried <a href="https:&#x2F;&#x2F;www.freshrss.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.freshrss.org&#x2F;</a> ?
nairadithya6 months ago
For a nice UI, I&#x27;d personally use Read You on Android, and NetNewsWire on iOS
BOOSTERHIDROGEN6 months ago
Miniflux
评论 #42224424 未加载
评论 #42224802 未加载
t-36 months 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&#x27;re probably better off just writing a program in your language of choice (I&#x27;ve never seen a language without one or more RSS&#x2F;atom-specific libs, let alone plain XML) to meet your own needs rather than banging your head against the wall of someone else&#x27;s pet that does what they need but isn&#x27;t perfect for you.
karthink6 months ago
You didn&#x27;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.<p>I use Elfeed in Emacs, which satisfies all your requirements -- except bypassing paywalls -- and is the best RSS reader I&#x27;ve ever used. For context, I&#x27;ve used at least ten RSS readers since 2005 before finding Elfeed in 2018.
kennethko6 months ago
FreshRSS might be worth a look. Has most, if not all, of what you&#x27;re looking for. The paywall ladder might require a plugin.
noobly6 months ago
emacs elfeed