First, clone the repository and install the dependencies with poetry.
git clone https://github.com/RicardMatteo/7placeBot.git
Install the dependencies : poetry install. (not needed if you wanna use docker)
cp .env.example .envThen fill the .env file with your credentials and all the options (image name, offset...).
Warning: if you run in docker you need to keep HEADLESS=y
source your .env and then run
poetry run python3 ./7placebot/draw.pyYou need to build the image first with the following command:
docker compose buildThen you can run the bot with the following command:
docker compose up -d