Guest User

Untitled

a guest
Jun 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import requests
  2. proxies = {'http': 'socks5://user:pass@host:port',
  3. 'https': 'socks5://user:pass@host:port'}
  4.  
  5. resp = requests.get('http://example.com', proxies=proxies )
Add Comment
Please, Sign In to add comment