I run the following code but it does not work. This is from the readmefile of the xgoogle library.
from xgoogle.search import GoogleSearch
gs = GoogleSearch("hi")
gs.results_per_page = 25
results = gs.get_results()
print results
This returns an empty list. I've seen some discussion on the interwebs where they say it's not working anymore.