Automate Tor Ip Rotation
Project description
proxiestor (tor proxies automate IP rotation)
Author: Sptty Chan (Fanda)
Github & Examples: proxiestor
About Proxiestor
Proxiestor is a Python library designed to automate Tor. With Proxiestor, you can easily run Tor without the need to open a new terminal window. Just call the function from Proxiestor, and Tor will be up and running. You can even rotate the IP by adding arguments when calling the Proxiestor library function. Please take a look at the example below.
example
#import library
from proxiestor import Tor
import requests
#Class initiation
#Tor without IP rotation
tor = Tor(ip_rotation=False) #Change "False" to "True" if you want to enable IP rotation
#Start tor
tor.start()
#Your program should be executed after calling the "start" function and concluded by calling the "close" function
r=requests.get("https://httpbin.org/ip").json()["origin"]
print(f"your IP: {r}")
#You can create a loop here
#Close/stop tor
tor.close()
Check our GitHub for more examples.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
proxiestor-1.9.tar.gz
(67.0 kB
view details)
Built Distribution
proxiestor-1.9-py3-none-any.whl
(68.8 kB
view details)
File details
Details for the file proxiestor-1.9.tar.gz
.
File metadata
- Download URL: proxiestor-1.9.tar.gz
- Upload date:
- Size: 67.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef9332dabd991cb53f846d77da7ac5cd0697fb1dfadf1edd6b9cf58ea4e11038 |
|
MD5 | b9110725277a3a5362fbc3ca25441901 |
|
BLAKE2b-256 | 060efc368f44bff4a548e663b3becb44cf1bcd6b4ac7ec30d20e471b700a2227 |
File details
Details for the file proxiestor-1.9-py3-none-any.whl
.
File metadata
- Download URL: proxiestor-1.9-py3-none-any.whl
- Upload date:
- Size: 68.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3250a5262dbd1bdaf412f6241e088a69b9dfdf0f1f198df4fd82d65ebff41f8 |
|
MD5 | be0145a16d6365873f9a7a071962f7e1 |
|
BLAKE2b-256 | 6e5cad8b4368228251ecbeba5d1b7e672ace1f69ac213d52496fbf9c58e9de4e |