Skip to content

Um bot de telegram que realiza um dump de um determinado banco mysql selecionado.

Notifications You must be signed in to change notification settings

Daniellunsc/go-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Um bot de telegram que realiza um dump de um determinado banco mysql selecionado.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published