Chessbot
A python chess bot that plays chess online!
Install / Use
/learn @kraten/ChessbotREADME
ChessBot
Python chess bot that plays chess online on chess.com using Stockfish Engine
<ul> <li>Compatible with Python 3 </ul><br> <h2>Getting Started</h2>-
Install python3
-
Install python dependencies: <code>pip install -r requirements.txt</code>
-
Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin. Download geckodriver <a href="https://github.com/mozilla/geckodriver/releases">here</a>.
<br>
