Go-Dumper is a Telegram bot that dumps a database into a file and send it via message with the command: /dump
.
- You can simple replace the env at Dockerfile
- Then build the image:
$ docker build -t go-dumper .
- Then run the container:
$ docker run go-dumper
-
You can fullfill your credentials at Config File
-
On project folder, run
$ go get ./...
-
Then run
$ go run config.go databasehelpers.go main.go