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:
```
token = "bot-token-1"
[[command]] prefix = "/json" executable = "./json_test.py" input = "json" output = "json"
[[command]] prefix = "/free" executable = "free" args = ["-h"] input = "text" output = "textmono"
```
Licensed under either of