This is a simple tool for generating Chess.com accounts to help you analyze your games.
For the program to work you need the api key from the 2Captcha.
Before using the script, ensure you have the following prerequisites installed on your machine:
-
Clone the repository to your local machine:
git clone https://github.com/Palaszontko/Chess.com-Account-Generator cd chess_com_account_generator
-
Install project dependencies:
npm install
-
Create the .env file using makefile:
make create-env KEY=<2Captcha API Key>
- To run the script you need to use this command:
npx ts-node src/index_new_version.ts
- Input game link in specyfic format
- Script was tested only on macOS
- Script stores screenshots of captcha in src/captcha_images
- Scipt stores data of generated accounts in src/users_data.csv
This script is for educational purposes only. The use of automated tools to create accounts on websites may violate the terms of service of those websites. Use at your own risk.
MIT