Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 533 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 533 Bytes

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.