Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 630 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 630 Bytes

GO-DUMPER

Go-Dumper is a Telegram bot that dumps a database into a file and send it via message with the command: /dump.

Configuration

Via Docker

  • 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

Via configuration yaml file

  • You can fullfill your credentials at Config File

  • On project folder, run $ go get ./...

  • Then run $ go run config.go databasehelpers.go main.go