-
-
Notifications
You must be signed in to change notification settings - Fork 160
How do I use proxy? #167
Copy link
Copy link
Closed
Labels
enhancementNew feature or bug fixNew feature or bug fix
Description
Hi! I am in a restricted area where poloniex flagged my ip which means I need to click reCAPTCHA in order to query. I have a VPS as proxy server. I know for requests I can add something like
proxies = {'http': 'socks5://127.0.0.1:1080', #or socks5://<usr>:<pwd>@<addr>:<port>
'https': 'socks5://127.0.0.1:1080'}
requests.get(url, proxies=proxies)I wonder if there is any more efficient way to bypass this inconvenience? Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or bug fixNew feature or bug fix