DEPRECATED: This Telegram bot was created before bots were officially supported.
Telegram bot
$ tgbot
usage: tgbot config
The following snippet shows a typical config file. A complete example can be found at doc/global.cfg.
TgBin = "/path/to/telegram-cli"
TgPubKey = "/path/to/tg-server.pub"
MinOutput = "/path/to/minoutput.lua"
Chat = "ChatName"
[Echo]
Enabled = true
[Quotes]
Enabled = true
Endpoint = "https://example.com:8001/"
User = "user"
Password = "s3cr3t"
...
go get github.com/jroimartin/tgbot