- Notifications
You must be signed in to change notification settings - Fork10
pubsubhubbub/appengine-subscriber
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Google AppEngine application that handles the subscription side ofthe PubSubHubbub protocol.
In order to deploy this application, create a new application on AppEngine anddeploy like this:
$ appcfg.py update . -A s~your-app-id08:01 PM Application: s~your-app-id (was: auto); version: auto08:01 PM Host: appengine.google.com08:01 PMStarting update of app: s~your-app-id, version: auto08:01 PM Getting current resource limits.08:01 PM Scanning files on local disk.08:01 PM Cloning 4 application files.08:01 PM Uploading 1 files and blobs.08:01 PM Uploaded 1 files and blobs.08:01 PM Compilation starting.08:02 PM Compilation completed.08:02 PM Starting deployment.08:02 PM Checking if deployment succeeded.08:02 PM Deployment successful.08:02 PM Checking if updated app version is serving.08:02 PM Completed update of app: s~your-app-id, version: autoIt will serve
- a browser interface for seeing entries received from the hub athttp://your-app-id.appspot.com/
- a subscription callback handler underhttp://your-app-id.appspot.com/subscribers
E.g. to subscribe to a feed athttp://www.example.com/feed with this instance, you can send a subscription request like this:
curl http://pubsubhubbub.appspot.com/ -d 'hub.topic=http://www.example.com/feed&hub.callback=http://your-app-id.appspot.com/subscriber/random&hub.mode=subscribe'At the Google hub, you can also use thewebinterface to subscribe.
When you subsequently ping the hub about the specified topic and reload thebrowser interface you should see the changed entries displayed.
About
A PubSubHubbub subscriber example for Google AppEngine.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published