如何监控“即时发生”生成的 Google Alert RSS 提要?
我有一个 Google 快讯,我将其设置为以 RSS 源形式as-it-happens
但是 轮询 RSS feed 是获取 RSS feed 的唯一方法
或
当 Feed 是从 Google 发布时,有没有办法获得 Google 警报的通知?(比如通过网络服务等)
I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens
But is polling that RSS feed the only way to get RSS feed
or
is there a way to get notified from Google alert as the feed is published from Google? (say through a webservice, etc)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google 快讯 Feed 支持 PubSubHubbub,如果您在 Feed 上注册,它实际上会向您推送更新内容的通知中心。
他们正在使用 pubsubhubbub.appspot.com 上的中心。
有关 PuSH 的更多信息,请参见此处:http://code .google.com/p/pubsubhubbub/
Google Alerts feeds support PubSubHubbub which essentially pushes notifications of updated content to you if you register on the feed's hub.
They're using the hub at pubsubhubbub.appspot.com
More info on PuSH here: http://code.google.com/p/pubsubhubbub/
听起来您想要一个 PubSubHubBub 作为您的提醒
Sounds like you want a PubSubHubBub for your alerts