I was wondering why Tiny Tiny RSS was missing as that's what I've been using for the last 10+ years. At the bottom of the article there's the explanation:
> On October 3rd the maintainer announced that he's going to stop working on it, and will remove all infrastructure on November 1st. Forks of the project with other maintainers may pop up, but at the moment it's too soon to tell what the future of Tiny Tiny RSS will be.
Claude Code built me a custom RSS feed reader in just an hour or so. I wanted a simple list of unread posts, which would be auto-deleted when I clicked on them to read them. It took less than 24 hours to go from "ok I'll try to make this" to having it up and running "in production" on my home server.
AI could be a real game changer for anyone who runs their own server or homelab. If you can't find a reader you like, just make one! It's not that hard these days.
I just made a python script that I keep running that updates when there is a new post from one of my feeds. Feed list is stored locally.
FreshRSS is so good. Using it for webscraping and syncing with my android app.
I built an RSS reader in 2005. I never figured out how to 100% reliably detect already downloaded articles.
Feedly's bullshit about AI and enterprise "insights" is incredibly irritating. Like, I read articles about cooking and math. Why would I want AI-powered security insights? Why would anyone want them, for that matter? It seems incredibly... clueless.
No tt-rss?
If people would only set their CORS headers, you could make a feed reader in a static web page.
Try this too https://fraidyc.at/
Happy daily user of FeedBro in Firefox here. I've been using it for 3 years and it's exactly what I expect it to be. It just goes.
I would like an headless RSS feed aggregator that stores (and categorizes?) feeds and articles in a DB and exposes a rich API.
I was looking into this a few days ago, but was having a hard time finding an RSS reader that was desktop software and handled Youtube feeds. I couldn’t find anything that wasn’t tied to a SaaS or required hosting online.
There's very few things an AI agent can easier make than an rss reader. Just do it, customize it to your liking and finished...
Isn't this just marketing AI slop? There is no real structure, several readers are described with more details, others aren't. At the end there is an ad for Lighthouse.
Another free one http://gitHub.com/lallassu/gorss :)
> Their main purpose is enabling their users to consume content
Here we go again... no, "consume content" is what the commercial social networks want you to do so you stick around until the next ad break. (Maybe even what a commercial SaaS RSS reader wants you to do so you pay the next bill.)
I use RSS specifically to get away from generic "content". Instead I read to learn things, and to explore opoinions I might not otherwise come in contact with, and to socialise with other people.
no mention of rss via email?
https://github.com/rss2email/rss2email https://pypi.org/project/rss2email/
i have been using this for 20 years already. by now my own version has accumulated a few custom patches. but the original it is still under active development/support. some day i need to submit my changes upstream.