This script is an asynchronous Webtoon account and discord promo code generator that features proxy support, RSA encryption, and efficient batch processing. It automatically creates Webtoon accounts, generates discord promotion codes, validates the entire process, and provides formatted output.
The code is not like my other repos because it was made only for me. You can get cancer reading the code (I will not pay for your chemotherapy), and there are no configs.
💬 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
- Generates discord promotion codes for each created account
- Supports both proxy and proxyless modes
- Logs results with different levels (success, failure)
- Generates random valid email addresses and secure passwords
- Saves both account credentials and discord promotion codes to separate files
- Efficient batch processing for multiple accounts/codes generation
-
(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) You can edit the DEBUG variable in the main script to display detailed information.
-
Run the script:
python main.py
-
The script will generate three files:
accounts.txt
- Contains the created accounts in email:password formatpromos.txt
- Contains the generated discord promotion codesfull_account_capture.txt
- Contains the full account capture (account + email login) username:email:password:token format
❗ I don't have a preview for this since they stopped the promotion but here is the account generator it looks the same there are just more steps
- This project is for education purposes only its goal is to understand webtoons' API better. I strongly suggest that you not use it to mass generate accounts and promos 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 with discord promotion code generation feature