A telegram bot to capture images from Twitter, Pixiv and other image sites.
# fill config file
cp ./external/config-sample.yml ./external/config.yml
Use air to auto compile and reload server in development.
# install air
go get -u github.com/cosmtrek/air
# use air to enable hot reload
HOST=127.0.0.1 air
# endpoint is http://127.0.0.1:3000/
docker build -t image-capture-bot-go:0.0.1 .
docker run -it -p 3000:8080 -v /path/to/external:/go/image-capture-bot-go/external image-capture-bot-go:latest