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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file RotatingProxyBot-0.0.2.tar.gz.
File metadata
- Download URL: RotatingProxyBot-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79c04db4714e3c81f36192afd9d20cf567460b39a72862a1bc4d9c4bc81fd44c
|
|
| MD5 |
dc99e47f807581a0189c65dc6caa6f8b
|
|
| BLAKE2b-256 |
647a26235edc65c06dbc079aec523c1e6e7bf3b6ef6b1db90a87843c304daca8
|