googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

How can I use proxy in this library.

Open idjdnejr opened this issue 1 year ago • 0 comments

I have code like this:

for j in search(usermessage + site, num_results=5, lang='ru', sleep_interval=2, proxy='http://104.26.2.46:80'): responce.append(j)

I installed a proxy but it doesn't work. I saw issues where this topic was raised, but I still didn’t understand how to use a proxy.

idjdnejr avatar Jan 15 '24 10:01 idjdnejr