Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 335 Bytes

File metadata and controls

13 lines (9 loc) · 335 Bytes

Using-Tor-With-Python

This is one way to use Tor with the Request Library in Python. I hope you will find it useful.

pre-requisite:

  1. Install Tor Browser.
  2. Open Tor Browser before running this code.
  3. pip install requests
  4. pip install requests[socks]
  5. pip install requests[security]

This code is written in Python 3.7