2 个仓库
API interfaces that implement standards for synchronizing RSS feed content and states with third-party clients.
Distinct from RSS Readers: Specifically provides a compatible server interface for synchronization, unlike general RSS readers or generators.
Explore 2 awesome GitHub repositories matching web development · RSS Synchronization APIs. Refine with filters or upvote what's useful.
Stringer 是一个自托管的 RSS 订阅聚合器和阅读器。它作为一个多用户订阅管理器,将来自各种 Web 订阅源的内容收集并组织到一个统一的界面中。 该项目作为 RSS API 服务器运行,向第三方移动应用程序公开数据订阅源以进行同步和阅读。它包含用于获取新内容条目的自动后台任务,并提供了一个用于内容策展的私有环境。 该系统涵盖了具有密码哈希身份验证的用户账户管理、通过第三方支付处理器的订阅计费以及用户界面本地化。它还包括数据存储实用程序,可根据年龄限制清除过期或已读的故事。 该应用程序被打包为容器化订阅阅读器,支持在 Docker、Heroku 和 OpenShift 上部署。
Connects third-party mobile applications to a self-hosted backend to synchronize read status and feed data.
Stringer 是一个自托管的 RSS 阅读器和订阅聚合服务器。它收集并组织来自远程 RSS 订阅源的内容,允许在不受社交算法影响的情况下进行个人内容策展。 该系统作为 RSS API 提供程序运行,公开了一个兼容接口,使第三方阅读器应用程序能够在多个设备间同步内容和阅读状态。 后端包括基于轮询的聚合以摄取来自远程 XML 订阅源的更新,以及一个内容生命周期管理器,该管理器使用基于时间的数据清理功能自动从数据库中删除旧的或已读的故事。
Exposes a compatible server interface that allows third-party reader applications to sync content and manage feeds.