-
Install Python 3.12
-
Install Poetry
-
Install dependencies
poetry install
-
Set up pre-commit hook
poetry run pre-commit install
-
Set up settings file.
cp example.env .env
Insert your bot token and API token (see API's README to obtain it).
Run an API instance.
Then, run the bot:
poetry run python -m src.bot.main