Built using the Lichess Bot API.
source ./venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
python3 lichess-bot.py
python3 -m unittest discover engines/minimax_bot/test
lichess-bot is licensed under the AGPLv3 (or any later version at your option). Check out the LICENSE file for the full text.