A simple client for Google Web Search API.
$ git clone git://github.com/thinkphp/googler.py.git
$ cd googler.py
$ python app.py
$ => output
import sys
from googler import Google
google = Google('your-api-key')
print google.search(q='jQuery')
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|