overbot 0.1.2

Telegram Bot Manager that abstracts away the boring stuff and leave you the fun
overbot-0.1.2 is not a library.

Overbot

This program is a work in progress.

Telegram Bot Manager: it abstracts away the boring stuff and leave you the fun.

Proper documentation will arrive eventually (or not).

Example .toml configuration:


[[bot]]
token = "bot-token-1"

	[[bot.command]]
	prefix = "/json"
	executable = "./json_test.py"
	input = "json"
	output = "json"

[[bot]]
allowed = [user_id1, user_id2, group_id1]
token = "bot-token-2"

	[[bot.command]]
	prefix = "/uptime"
	executable = "uptime"
	input = "text"
	output = "textmono"

	[[bot.command]]
	prefix = "/free"
	executable = "free"
	args = ["-h"]
	input = "text"
	output = "textmono"

License

Licensed under either of