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 = [userid1, userid2, 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"
```
Licensed under either of