A telegram bot with basic commands.
go build -o ./bin/go-bot -ldflags '-s -w' ./cmd/go-botmkdir -p ~/.config/go-bot
cat ./fixtures/config.toml > ~/.config/go-bot/config.toml
./bin/go-botmkdir bot
curl -o ./bot/docker-compose.yml \
-sSL "https://raw.githubusercontent.com/Avimitin/go-bot/master/docker-compose.yml.example"
cd ./bot; docker-compose up -d