Default PubSubHubbub Hub
This PubSubHubbub hub works with any feed or HTTP resource.
Get Started
- Open a subscriber account
- Identify a resource to which you want to subscribe (an RSS/Atom feed, a JSON document, or an HTML fragment, a keyword...)
- Setup a webhook to which we'll send you that data
-
curl -X POST https://push.superfeedr.com/ \ -ulogin:password \ -d'hub.mode=subscribe' \ -d'hub.topic=the-resource-url' \ -d'hub.callback=the-webhook-url'
- Wait for us to send you the data!
Check our docs for more details and additional features.