Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

jroimartin/tgbot-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgbot-ng

Description

Telegram bot

Usage

$ tgbot-ng
usage: tgbot-ng config

Config format

The following snippet shows a typical config file. A complete example can be found at doc/config.json.

{
	"name": "bot_name",
	"token": "api_token",
	"update_interval": 1,
	"allowed_ids": [],
	"commands": {
		"ano": {
			"enabled": true,
			"search_limit": 10
		},
		...
	}
}

Installation

go get github.com/jroimartin/tgbot-ng

About

Telegram Bot. DEPRECATED.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages