Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

vshank77/plusfeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlusFeed

Google AppEngine Python code to provide Atom feeds from Google+ profile pages.


Description

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


Instructions

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

Other projects that parse Google+

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.

About

Google AppEngine Python code to provide atom feeds from Google+ profile pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%