golang-telegram-victorine-bot

command module
v0.0.0-...-7fcefeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2020 License: MIT Imports: 9 Imported by: 0

README

golang-telegram-victorine-bot

This is a golang realization bot https://github.com/synnz/telegram-victorine-bot
- How to use?
  1. Create a file bot_token.go into project root directory
  2. 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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL