Google AppEngine Python code to provide Atom feeds from Google+ profile pages.
Want a feed for your Google+ posts?
Simply add a Google+ user number to the end of this site's URL to get an Atom feed of public posts.
Example: http://plusfeed.appspot.com/104961845171318028721
Deploy this same code to your own AppEngine instance or run it on your server with the dev_appserver.py application.
Pull down the Google App Engine SDK for for Python from here.
$ /dev/google_appengine/dev_appserver.py -p 8080 /dev/github.com/plusfeed
Then use http://localhost:8080/ to access your own instance of PlusFeed.
$ curl http://localhost:8080/104961845171318028721
Java: http://code.google.com/p/javaplus/
PHP: http://github.com/jmstriegel/php.googleplusapi
Node.js: https://github.com/tedkulp/gplusfeed
Created by Russell Beattie.
Licensed under the MIT License.