Skip to content

Instantly share code, notes, and snippets.

@jkokatjuhha
Last active April 2, 2020 10:22
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jkokatjuhha/a4df4078aa1f86846511332c472fadbf to your computer and use it in GitHub Desktop.
Save jkokatjuhha/a4df4078aa1f86846511332c472fadbf 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