Skip to content

This script generates a Chess.com account and allows you to do premium analyses of your game.

License

Notifications You must be signed in to change notification settings

Palaszontko/Chess.com-Account-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess.com Account Generator + Free Game Analyze

Overview

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.

Table of Contents

Prerequisites

Before using the script, ensure you have the following prerequisites installed on your machine:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Palaszontko/Chess.com-Account-Generator
    cd chess_com_account_generator
  2. Install project dependencies:

    npm install
    

Environment configuration

  1. Create the .env file using makefile:

    make create-env KEY=<2Captcha API Key>
    

Usage

  1. To run the script you need to use this command:
    npx ts-node src/index_new_version.ts
    
  2. Input game link in specyfic format

Notes

  • 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

Disclaimer

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.

License

MIT

About

This script generates a Chess.com account and allows you to do premium analyses of your game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published