Skip to content

Instantly share code, notes, and snippets.

@essalj
Forked from JeyKJey/proxy_requests.py
Created June 18, 2019 21:24
Show Gist options
  • Select an option

  • Save essalj/8e93475875d3f0366aabbb728ec6c59f to your computer and use it in GitHub Desktop.

Select an option

Save essalj/8e93475875d3f0366aabbb728ec6c59f to your computer and use it in GitHub Desktop.
proxies = {'http' : 'http://10.10.0.0:0000',
'https': 'http://120.10.0.0:0000'}
page_response = requests.get(page_link, proxies=proxies, timeout=5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment