You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
yakhoruzhenko, demian-wolf, Yibing-Du and Arseniyyy