README ¶ golang-telegram-victorine-bot This is a golang realization bot https://github.com/synnz/telegram-victorine-bot - How to use? Create a file bot_token.go into project root directory Put into this code, and get api token here https://telegram.me/botfather package main var ( TOKEN = "Your telegram bot api token" ) - Dependency go get github.com/mattn/go-sqlite3 go get gopkg.in/telegram-bot-api.v4 - How to put in container # Dockerfile FROM golang:1.8 WORKDIR /go/src/app COPY . . RUN go-wrapper download RUN go-wrapper install CMD ["go-wrapper", "run"] - Developers synnz, LikiPiki and endorphin82 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files lib.go main.go models.go reply_commands.go Click to show internal directories. Click to hide internal directories.