Use poetry for packaging and dependency management.
- Install dependencies
poetry install
- Start virtual environment
poetry shell
- Configuration is located in
heckin_chonker_bot/config.py
. - You can use environment variables to configure application or use
.env
file withkey=values
pairs. Provide path to.env
file inDOTENV_PATH
. - Use
config/.env.example
as a starter. Set necessary empty variables.
export DOTENV_PATH=./config/.env
python ./heckin_chonker_bot/bot.py