lagranges / people_also_ask

Python wrapper for google people-alos-ask
MIT License
100 stars 44 forks source link

can't use proxy with authentication. #13

Open Janibulhoqsiam opened 2 years ago

Janibulhoqsiam commented 2 years ago

here is the code proxy didnot work

import people_also_ask import people_also_ask.request.session import pprint

question=people_also_ask.get_related_questions("coffee") for q in question: print(q)

people_also_ask.request.session.set_proxies( ( "http://rzt8d8a0c7***:y9sD5GV***@dctrial.us.razorproxy.com:11000", ) )

pantdeepakk5 commented 2 years ago

Same proxies option are not working

e-orlov commented 1 month ago

same here