Skip to content

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.

License

Notifications You must be signed in to change notification settings

sexfrance/Webtoons-Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webtoon Account Creator

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 · ⚠️ Report Bug · 💡 Request Feature

⚙️ Installation

  • 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

🔥 Features

  • 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

📝 Usage

  • (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

📹 Preview

Preview


❗ Disclaimers

  • 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

📜 ChangeLog

v0.0.1 ⋮ 12/07/2024
! Initial release

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages