1 year ago
#76222
Ugroon
Python connect to random VPNs fastly but without using TOR
I should connect to random IP addresses (or change IP address if have a way) instantly I should connect like tor but without using tor because of tor is blocked. Have any way?
Example of what I want with using tor:
import requests
proxy = {'http': 'socks5://127.0.0.1:9150'}
requests.get("https://www.example.com/", porxies=proxy)
Note: I should do in a while loop, so it shouldn't be for just one time
python
python-requests
request
ip
0 Answers
Your Answer