Just an https://lichess.org bot API client for playing games. This is not a chess engine
- Install requirements
$ pip install -r requirements.txt
- Create a new
.env
file with the following contents, correspondingly replacingyour_lichess_token
with your lichess token and/path/to/your/engine
with the path to your chess engine executable:
TOKEN=your_lichess_token
PATH_TO_ENGINE=/path/to/your/engine
Run the main.py
.