Chess.com Account Generator
1.0.0
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>
npx ts-node src/index_new_version.ts
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