socialgraph - a python wrapper for the google Social Graph API

The Google Social Graph API makes information about the public connections between people on the web more easily available. socialgraph is a python wrapper for the web api.

The project is hosted on github.com/hoffmann/python-socialgraph.

Installation

development version:

git clone git@github.com:hoffmann/python-socialgraph.git
cd python-socialgraph
sudo python setup.py install

from pypi.python.org:

pip install socialgraph