/chess.com-bot

Simple Chess.com bot written in Python.

Primary LanguagePythonMIT LicenseMIT

Stars Badge Forks Badge Issues Badge Pull Requests Badge

Chess.com Bot

Simple Chess.com bot made in Python with the Chess and Selenium library.

Contents:

Disclosure

  • This project is created purely with educational and research purposes in mind. Please only use this bot to play against the computer. I do not recommend using this bot in public matches for the purpose of cheating.

Requirements

Python Packages

  • This script requires the below packages to run
Packages
chess
pywinauto
selenium

Third Party Binaries

  • Stockfish ----> Move the exe to project folder
  • Chrome Driver ----> Move the exe to project folder and rename as "chromedriver.exe" (if required)

Installation

  • Install required libraries via pip through the command pip3 install -r requirements.txt --user.
  • Install Third Part Binaries as mentioned above.

Usage

  • To use the bot, open main.py and wait until the site has loaded. Press play against computer and click continue until you are at the main game window. Navigate over to your Python window and press any key to start the bot.

forthebadge