python-gsearch icon indicating copy to clipboard operation
python-gsearch copied to clipboard

Even on 1st time use, got no results.

Open KrishGarg opened this issue 3 years ago • 1 comments

I wrote such a simple function and ran it. It returned an empty array. This was my 1st time using the module so shouldn't be a rate-limiting thing. I also waited for a long time and retried, still no results. Any help?

from gsearch.googlesearch import search

result = search('Python', num_results=2)
print(result)

KrishGarg avatar Mar 27 '21 20:03 KrishGarg

same

Elektron-blip avatar Apr 25 '21 08:04 Elektron-blip