This is a python script that extracts the follower and following counts of a given Google Plus user. This is meant as a temporary workaround till Google Plus releases the official API.
python main.py google_id
The script outputs the follower and following counts in JSON.
This script depends on BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/)