谷歌阅读器 - >创建推文,推送到 mysql 数据库
我需要能够从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
参考您的评论,指出您可以合并您的共享项目供稿以创建新的 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.