Go telegram bot to fetch and convert ebook
You need to set the env BOT_TOKEN to your bot token given by botfather
You will need to install Calibre (or at least have "ebook-convert")
GO111MODULE=off go run .
GOOS=linux GO111MODULE=off go build .
docker build -t geobeau/libbot:latest .
GOOS=linux GO111MODULE=off GOARCH=arm go build .
docker build -t geobeau/libbot:latest .
docker push geobeau/libbot:latest