谷歌阅读器 - >创建推文,推送到 mysql 数据库

发布于 2024-09-09 19:37:59 字数 177 浏览 3 评论 0原文

我需要能够从 google reader 上的共享项目创建推文(就像 reader2twitter 所做的那样),然后将它们推送到 MySQL 数据库中存储。

我知道读者共享的提要是原子提要,但除此之外,甚至不知道从哪里开始。有人可以向我指出一些资源,或者关于我如何去做这件事的建议吗?

一如既往,预先致谢!

I need to be able to create tweets from shared items on google reader (like reader2twitter does) and then push them for storage in a MySQL database.

I know that the shared feed from reader is an atom feed, but beyond that, not even sure where to start. Can someone please point me to some resources, or tips on how I would even go about doing this?

Thanks in advance, as always!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恏ㄋ傷疤忘ㄋ疼 2024-09-16 19:37:59

参考您的评论,指出您可以合并您的共享项目供稿以创建新的 RSS 供稿,然后您可以使用 MagpieRSS 获取并解析 RSS Feed 并与您的数据库交互。

要触发 MagpieRSS 解析器,您需要 Cron 作业或计划任务(取决于您的服务器基础设施)。否则,您可以使用 Feedburner 向您发送电子邮件,然后通过管道将这些电子邮件发送到您的脚本 再次解析内容。

With reference to your Comment, stating that you could consolidate your Shared Items Feed to create a new RSS Feed, you could then use MagpieRSS to fetch and parse that RSS Feed and interact with your Database.

To trigger the MagpieRSS Parser, you would either need a Cron Job, or a Scheduled Task (dependent on your server infrastructure). Otherwise, you may be able to use Feedburner to send you Emails, and then Pipe those Emails to your Script to parse the content again.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文