Skip to main content

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.6.tar.gz (66.5 kB view details)

Uploaded Source

Built Distribution

proxiestor-1.6-py3-none-any.whl (68.3 kB view details)

Uploaded Python 3

File details

Details for the file proxiestor-1.6.tar.gz.

File metadata

  • Download URL: proxiestor-1.6.tar.gz
  • Upload date:
  • Size: 66.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for proxiestor-1.6.tar.gz
Algorithm Hash digest
SHA256 7bad7e6181832833b2967407ac6cd11dd36b2e01ab0550b246e727a1e511363b
MD5 1f264acfb0ab83e668a2003c6e33af52
BLAKE2b-256 c06bf26219f45aca50e2e68bc6ed84eaa8c8d980bb0e2d290100b67db50a1723

See more details on using hashes here.

File details

Details for the file proxiestor-1.6-py3-none-any.whl.

File metadata

  • Download URL: proxiestor-1.6-py3-none-any.whl
  • Upload date:
  • Size: 68.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for proxiestor-1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 376641e5df76d5fd41b17212cbaa4931e793d1b2ec78b3294d7a6f74fd80bb74
MD5 7b1c49e4a5afc54824b49c9f3b5ec6bb
BLAKE2b-256 fe0a4fe41e6c4882348fd049f7eaa5ee9e6b819d27aea8f6643342d1db92ebdb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page