Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.42 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.42 KB

✈️ 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