TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Are there open source news aggregators?

3 点作者 kevinfat超过 11 年前
What infrastructure do news aggregators typically use to do the crawling, parsing, indexing, extracting, storing/format in database, etc.? Are there open source news aggregators so that I can learn how those problems are solved?

3 条评论

mschuster91超过 11 年前
Hi! I&#x27;m just developing one at <a href="http://github.com/msmuenchen/skynetrss" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;msmuenchen&#x2F;skynetrss</a> (demo instance at <a href="http://dtmp.vm-dg.de/rss/" rel="nofollow">http:&#x2F;&#x2F;dtmp.vm-dg.de&#x2F;rss&#x2F;</a> - don&#x27;t rely on this one working 100% of the time;)).<p>The only other FOSS project I know about is TinyTinyRSS aka TTRSS.
Ahtuduck超过 11 年前
There are a few still active or not : Gregarius, Lilina, TinTinyRSS, RSSLounge and the more recent selfoss from the same developper. More generally you would search for new informations on the topic with something like &quot;self hosted rss reader&quot; in a search engine
hhhhhhhhh超过 11 年前
I am working on one: <a href="https://github.com/mikejsavage/rssd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mikejsavage&#x2F;rssd</a>