Skip to content

Instantly share code, notes, and snippets.

@atroche
Created April 9, 2017 16:04
Show Gist options
  • Save atroche/d3f0e77639b888d52d119b769cc5fa1a to your computer and use it in GitHub Desktop.
Save atroche/d3f0e77639b888d52d119b769cc5fa1a to your computer and use it in GitHub Desktop.
onion_address = "http://facebookcorewwwi.onion"
local_tor_proxy_address = "socks5://127.0.0.1:9050"
requests.get(onion_address, {}, proxies={"http": local_tor_proxy_address,
"https": local_tor_proxy_address})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment