How to monitor Google Alert RSS feed produced “as-it-happens”?

谁都会走 提交于 2019-12-21 20:02:23

问题


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)


回答1:


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/




回答2:


Sounds like you want a PubSubHubBub for your alerts



来源:https://stackoverflow.com/questions/1864478/how-to-monitor-google-alert-rss-feed-produced-as-it-happens

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!