-
Create a
.envfile in the root directory of the repository. -
Copy the content from
.env.exampleinto.envand fill it with the necessary information. -
Configure variables in
data/roles.pyanddata/icons.py(all emojis can be found in theemojidirectory)
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.pyto run
