SVestor / kbot

dev apps from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kbot

dev app from scratch
an app for sending messages to via CLI or by a telegram UI

Telegram bot's URL

URL: t.me/SV_bot

Getting started

- CLI
$ git@github.com:SVestor/kbot.git
$ cd kbot

$ read -s TELE_TOKEN
# type a telegram API token here

$ export TELE_TOKEN
$ gofmt -s -w ./
$ go get
$ go build -v -o kbot -ldflags "-X="github.com/SVestor/kbot/cmd.appVersion=v1.0.7

$ ./kbot help
$ ./kbot version
$ ./kbot start

- UI
Use the URL above to access the telegram UI to communicate with an app
- "/start hello"

About

dev apps from scratch

License:Other


Languages

Language:Makefile 25.9%Language:Go 21.8%Language:Shell 20.3%Language:Python 13.0%Language:Groovy 8.7%Language:Smarty 8.6%Language:Dockerfile 1.7%