寻找 RSS 应用程序的 Google Reader 同步替代方案
我正处于设计 RSS 应用程序的早期阶段,我希望将同步到在线 RSS 源服务作为一项功能。大多数此类应用程序都利用 Google Reader 的提要/同步功能,但 Google 现在正在将同步功能从其 Reader 服务中移出,而且其 API 仍未记录在案。除了 Google 阅读器之外,是否还有其他替代方案可以提供与桌面客户端的提要在线同步,并且具有记录的 API?
I'm in the early stages of designing an RSS app, and I'd like to include syncing to an online RSS feed service as a feature. Most such apps make use of Google Reader's feed/syncing features, but Google is now moving sync out of its Reader service, and also its API remains undocumented. Are there any alternatives to Google Reader that offer online syncing of feeds with a desktop client, and which have a documented API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
这个问题应该有答案,但我认为没有。
我想我们变得懒惰了。也许是时候卷起袖子开始工作了。
There should be an answer to this question, but I don't think there is.
I think we got lazy. Maybe it's time to roll up our sleeves and get to work.
新闻模糊怎么样?
http://www.newsblur.com/
对他们一无所知,但他们似乎有一个此类产品的合理复制品。
这是他们的 API 文档。 http://www.newsblur.com/api
它们是一项订阅服务,但您最多可以拥有64 个免费提要。
What about Newsblur?
http://www.newsblur.com/
Don't know anything about them, but they appear to have a reasonable facsimile of a product in this vein.
Here are their API docs. http://www.newsblur.com/api
They are a subscription service, but you can have up to 64 feeds for free.
有几点建议,最初的网络 RSS 阅读器 BlogLines 仍然存在,但自去年年底 MerchantCircle 购买了该服务以来现在处于新的管理之下。
API 可能仍然有效:
或者它们可能已被弃用/关闭,我自己还没有尝试过这些 API。
如果 BlogLines API 不再存在,更好的选择是 LiveDoor Reader(与其开源版本一起称为 FastLadder)。
Livedoor Reader 是一项日语服务,但 FastLadder 页面和文档有英语和日语版本。
可从此处下载开源版本,以便在您自己的计算机上运行,无论是 Windows、Mac OSX 还是 Linux
还有一个 FastLadder Google 源代码页。
适用于 IOS 和 Android 的 RSS 应用程序可与 LiveDoor Reader/FastLadder 实例同步。只需在各自的应用商店中搜索 LDR 即可。
A couple suggestions, the original web RSS Reader BlogLines is still around, though now under new management since MerchantCircle purchased the service late last year.
The APIs maybe still functional:
Or they may be deprecated/turned off, haven't tried the APIs myself.
If BlogLines API is no longer around a better bet is LiveDoor Reader (along with it's open sourced version is called FastLadder).
Livedoor Reader is a Japanese service, but FastLadder pages and documentation are available in english and Japanese.
Downloadable Open sourced versions for running on your own machines be they windows, Mac OSX, or Linux from here
There's also a FastLadder Google source Code page.
There are RSS apps for both IOS and Android that sync with LiveDoor Reader/FastLadder instances. Just search for LDR in their respective app stores.
我认为还没有现成的答案,但我认为布伦特·西蒙斯(Brent Simmons)对可以开始的内容有一个粗略的规范:
http://inessential.com/2010/02/08/idea_for_alternative_rss_syncing_system
基本上,想象一个管理提要订阅列表并捕获提要项目注释的服务器。这些项目的注释可能是(未)读、加星标、共享、保存、删除或应用程序可能想要附加到提要项目的任何其他内容。它应该保持简单,而不是自己获取或处理提要 - 其他应用程序和库已经做得很好了。
I don't think there's a ready answer yet, but I think Brent Simmons has a rough spec of what could be a start:
http://inessential.com/2010/02/08/idea_for_alternative_rss_syncing_system
Basically, imagine a server that manages feed subscription lists and captures annotations for feed items. Those annotations for items would be things like (un)read, starred, shared, saved, deleted, or whatever else an app might want to attach to a feed item. It should stay simple and not fetch or process feeds themselves - other apps and libraries do that fine already.
Feedlooks 看起来也很接近,与 Google Reader 没有联系——不过不确定 API
http://www.feedlooks.com/
几年前,我使用过一个名为的自托管开源应用程序群居 - 它最近似乎失踪了。
这是 2010 年的社交档案
http://web.archive.org/web/20100925221312/http: //gregarius.net/
DIY 的另一个竞争者可能是利用 SimplePie.org
Feedlooks looks close too with no ties to Google Reader - not sure about the API, though
http://www.feedlooks.com/
Years back, I'd used a self hosted Open Source app called Gregarious - It appears to have gone missing recently.
Here's the Gregarious Archive from 2010
http://web.archive.org/web/20100925221312/http://gregarius.net/
Another contender for the do-it-yourselfer might be utilizing SimplePie.org