python-gsearch
python-gsearch copied to clipboard
Even on 1st time use, got no results.
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)
same