Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sexfrance/webtoons-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.
https://github.com/sexfrance/webtoons-account-creator

account-creaotor-webtoons account-creator account-generator discord free-generator gen promo python-generator webtoon webtoon-account-generator webtoon-creator webtoon-gen webtoon-promo webtoons

Last synced: 12 days ago
JSON representation

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.

Awesome Lists containing this project

README

        


Webtoons Account Creator



This script is an asynchronous account generator for Webtoons that features proxy support, RSA encryption, and efficient batch processing. It automatically creates Webtoons 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 Webtoons 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:
```sh
python main.py
```

---

### ๐Ÿ“น Preview

![Preview](https://i.imgur.com/qPJpXTs.gif)

---

### โ— 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**](https://www.webtoons.com/en/terms).
- 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](https://github.com/sexfrance/Webtoons-Account-Creator/issues/)

---

### ๐Ÿ“œ ChangeLog

```diff
v0.0.1 โ‹ฎ 12/07/2024
! Initial release
```

---