Skip to content

GolangUA/telegram-butler

Repository files navigation

✈️ Telegram Butler

CI Status Quality Gate Status Go Report
Go Version Coverage Code Smells Lines of Code

Telegram bot for managing GolangUA community

Local development

  1. Create new .env file and copy envs from example.env replacing with proper values

  2. Run

    go run -tags local ./cmd/telegram-butler/

    Or

    task run:local