abenassi / Google-Search-API

Python based api for searching google web, images, calc, and currency conversion.
552 stars 218 forks source link

empty list returned from google.search for any query #88

Open hedyhli opened 3 years ago

hedyhli commented 3 years ago
from google import google

results = google.search("hi", 3)
print(results)

This prints []

nikisalli commented 3 years ago

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

katesaikishore commented 3 years ago

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

Woolwit commented 2 years ago

Empty array here as well.