Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A PubSubHubbub subscriber example for Google AppEngine.

NotificationsYou must be signed in to change notification settings

pubsubhubbub/appengine-subscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: auto

It will serve

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp