The bot plays on chess.com for you.
It uses the Stockfish13 engine and image detection (opencv)
Download Stockfish engine at: https://stockfishchess.org/, add it to the stockfish folder and put the filename in the config
Settings on chess.com:
- Always Promote to Queen
No exception handling yet so the script is likely to crash
pip install -r requirements.txt
- stockfish_path_name: the filename of the stockfish.exe
to start the script:
python -m bot
Detect the board before you start a game on this page: (Chess.com page)
Search for a game. When found, start the bot. The Chess board has to be visible all the time.
It will show the best moves by standard. You can check the "auto mouse control" checkbox if you want the bot to make your move.
The use of external software is forbidden on chess.com.
I don't recommend using this bot, because you probably get banned.
Use on own responsibility.