sokoloff / heckin-chonker-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heckin-chonker-bot

Install & development setup

Poetry

Use poetry for packaging and dependency management.

  • Install dependencies
poetry install
  • Start virtual environment
poetry shell

Configuration

  • Configuration is located in heckin_chonker_bot/config.py.
  • You can use environment variables to configure application or use .env file with key=values pairs. Provide path to .env file in DOTENV_PATH.
  • Use config/.env.example as a starter. Set necessary empty variables.

Run application

export DOTENV_PATH=./config/.env
python ./heckin_chonker_bot/bot.py

About


Languages

Language:Python 74.9%Language:Dockerfile 15.0%Language:Shell 10.1%