Google-Search-API
Google-Search-API copied to clipboard
empty list returned from google.search for any query
from google import google
results = google.search("hi", 3)
print(results)
This prints []
fixed with pr #87, rebuild the package by cloning this repo
don't forget that the package name was changed from google to googleapi to solve naming conflicts
I am still getting an empty array I have cloned the latest repo
pip install git+https://github.com/abenassi/Google-Search-API
and upgraded
Empty array here as well.