Description of repo: An automated tool for creating Sponsorbot accounts with proxy handling and multi-threading capabilities.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.7+
- Make a python virtual environment:
python -m venv venv
- Activate the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Automated Sponsorbot account creation
- Proxy support for avoiding rate limits
- Multi-threaded account generation
- Real-time creation tracking in console title
- Configurable thread count
- Debug mode for troubleshooting
- Proxy/Proxyless mode support
- Custom password support (via config)
-
Configuration: Edit
input/config.toml
:[dev] Debug = false Proxyless = false Threads = 1 [data] password = "your_custom_password"
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt
(one per line) - Format:
ip:port
oruser:pass@ip:port
- Add proxies to
-
Running the script:
python main.py
-
Output:
- Created accounts are saved to
output/accounts.txt
(format:email:password
) - Full account details (including account ID) are saved to
output/full_accounts_capture.txt
(format:id:email:password
)
- Created accounts are saved to
- This project is for educational purposes only
- The author is not responsible for any misuse of this tool
- Use responsibly and in accordance with Sponsorbot's terms of service
v0.0.1 ⋮ 12/26/2024
! Initial release.