To install dependencies, you need a Poetry.
Then, to install dependencies, you should run:
π§ poetry install
To run the app, you need first to setup credentials.
TODO: insert instructions
Then you can run app like that:
π§ poetry run python bot.py
Alternatively, if you want to jump into poetry's virtual environment, you can run
π§ poetry shell
To can exit the venv, just type exit
(The penguin π§ is the prompt character, do not copy it)