Under heavy development...
make deps
make build
- build binaries (see above)
- run redis
docker-compose up -d
- run bot
TELEGRAM_BOT_TOKEN="your-token" REDIS_ADDR="localhost:6379 ./bin/bot
- run command executor
TELEGRAM_BOT_TOKEN="your-token" REDIS_ADDR="localhost:6379 ./bin/executor
- run collector
REDIS_ADDR="localhost:6379 ./bin/collector
- run
make generate
to generate mocks (optional) - run
make test