Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 833 Bytes

README.rst

File metadata and controls

25 lines (15 loc) · 833 Bytes

socialgraph - a python wrapper for google's Social Graph API

Google has decided to close the Google Social Graph API, so there won't be any updates to this project.

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.

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