harsh-98 / witnetBOT

Telegram bot for monitoring witnet instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

go get github.com/harsh-98/witnetBOT
cd $GOPATH/src/github.com/harsh-98/witnetBOT
cp .witnet.yaml.env .witnet.yaml

Edit .witnet.yaml, adding user, password, db and host of mysql db. Load witnet.sql for creating the tables in the database.

Starting the service

go run main.go --debug

or

go build main.go
./witnetBOT --debug

About

Telegram bot for monitoring witnet instance


Languages

Language:Go 96.7%Language:Python 2.8%Language:Shell 0.5%