overbot 0.2.0

Telegram Bot Manager that abstracts away the boring stuff and leave you the fun
overbot-0.2.0 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:


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"

License

Licensed under either of