Skip to main content

A Bot that acts as a Rotating Proxy Crawler, simulating many clients to a single server

Project description

RotatingProxyBot

A Bot that acts as a Rotating Proxy Crawler, simulating many clients to a single server

Author

Daniel Gisolfi - All current work - dgisolfi

Deployment

The Rotating Proxy Bot can be run with purely python, to do so import the bot into a python file and use the following to run it.

#!/usr/bin/python3
from .src.Bot import *

# Create new custom bot
bot = RotatingProxyBot(
    address='IP OR URL', 
    submissions=10
)
# Get latest Proxies and store them
bot.buildProxyList()
# Start Submiting and rotating proxies
bot.rotate()

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

RotatingProxyBot-0.0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

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