This script is an asynchronous account generator for Webtoon that features proxy support, RSA encryption, and efficient batch processing. It automatically creates Webtoon accounts with random credentials, validates the creation process, and provides formatted output.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.7+
- Make a python virtual environment:
python3 -m venv venv
- Source the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Creates Webtoon accounts automatically with random or custom credentials
- Supports both proxy and proxyless modes
- Logs results with different levels (success, failure)
- Generates random valid email addresses and secure passwords
- Saves the created accounts to a file with email:password format
-
(Optional) Prepare a file named
proxies.txt
with proxies, one per line in user:pass@ip:port format, if you want to use proxies. -
(Optional) Configure input/config.yaml with settings such as proxyless, debug mode, threading and rate limit handling
-
Run the script:
python main.py
- This project is for education purposes only its goal is to understand webtoons' API better. We strongly suggest that you not use it to mass generate accounts because it is against their terms of service.
- I am not responsible for anything that may happen, such as API Blocking, IP ban, etc.
- This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" here
v0.0.1 ⋮ 12/07/2024
! Initial release