-
Create a
.env
file in the root directory of the repository. -
Copy the content from
.env.example
into.env
and fill it with the necessary information. -
Configure variables in
data/roles.py
anddata/icons.py
(all emojis can be found in theemoji
directory)
docker compose up
Python 3.9+ is required
-
Install Poetry using
pip install poetry
-
Install the necessary dependencies using
poetry install
-
Activate the poetry virtual environment using
poetry shell
-
Type
python main.py
to run