How to use google feed api to detect feed updates

Because I am launching a blog aggregator site that checks a large list of RSS feeds for new posts every hour, so I will be glad if it can be used by google api or the Google AJAX Feed API instead of doing cron jobs to read the entire feed, to find out whether updated or not. e.g. link text

+3
source share
2 answers

You can use the Google Feed API, but instead of asking the feed source every month, you’ll still need to poll the google API every hour. It does not notify you of channel updates. If you want to be notified when feeds need to be updated, you should study using the ping server http://en.wikipedia.org/wiki/Ping_blog to determine when the feeds are updated so that you know it's time to download the feed again . Not all channels use the ping server, but it can help you those who do it.

+4
source

, API Google , ... PubSubHubbub , Superfeedr, API Google Feed.

0

Source: https://habr.com/ru/post/1698305/


All Articles