This script doesn't handle much errors. You will need to be a dev to fix them and understand how this works.
This project automates the process of creating accounts on Webshare, solving captchas, and downloading proxies. It supports multi-threading to run multiple instances concurrently.
- Proxyless operation support
- Captcha solving using CapMonster or CapSolver
- Multi-threaded execution
- Configurable via a JSON file
- Thread-safe logging
- Python 3.x
requests
librarycolorama
librarycapmonster_python
librarycapsolver
library
-
Clone the repository:
git clone https://github.com/Its3rr0rsWRLD/WebshareGenerator.git cd WebshareGenerator
-
Install the required dependencies:
pip install requests colorama capmonster_python capsolver
The script will prompt you to configure the necessary settings on the first run. Configuration options include:
- Proxyless operation
- Captcha API Key
- Captcha Service (
capmonster
orcapsolver
) - Headless mode
- Number of threads
The configuration is saved in config.json
.
-
Run the main script:
python generator.py
Or click on the
generator.bat
file to run the script. -
The script will read the configuration from
config.json
and start the specified number of threads.
The Webshare
class handles the main logic, including solving captchas, registering accounts, and downloading proxies.
- The proxies are from webshare, so the quality is going to be bad.
This project is for educational purposes only. The author will not be responsible for misuse of the information provided.