https://lichess.org/@/MinOpponentMoves
https://lichess.org/@/AlphaBotical
https://lichess.org/@/HalfStockfishBot
Manually paste MinOpponentMoves
into homemade.py
in the Lichess bot repo and follow the instructions in the README. VMSetup.md
has more info about what I did to get it running.
python3 -m venv venv
virtualenv venv -p python3
source ./venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pytest test_main.py