Skip to content

daptheHuman/Chess-Bot

 
 

Repository files navigation

Chess-Bot

Python chess bot that plays chess online on chess.com using Stockfish Engine

Getting Started

Install python dependencies

pip install -r requirements.txt

Setting your chess.com account

ACCOUNT SETTING

Rename .env.example to .env

and change the content

CHESS_USERNAME=yourusername
CHESS_PASSWORD=yourpassword

run the program

python main.py

Disclaimer

This project is written only for educational purpose!!!

using Chess-Bot could get you banned.

About

chess.com bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%