Skip to content

Simple Chess.com bot written in Python.

License

Notifications You must be signed in to change notification settings

HHousen/chess.com-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Chess.com bot written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%