Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 739 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 739 Bytes

7placeBot

Installation

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)

Setup

cp  .env.example .env

Then 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

Classique

source your .env and then run

poetry run python3 ./7placebot/draw.py

Docker

You need to build the image first with the following command:

docker compose build

Then you can run the bot with the following command:

docker compose up -d