Slackbot maestro is a Slack bot that can be configured with a yaml config file.
./slackbot-maestro --config config.yaml
TODO: release architect URL
slack:
bot_token: xorb-XXX
bot_user_id: UXXX
hooks:
# @[bot] sample [arg1]
- event: app.mention
subcommand: "sample"
execute: "/etc/slackbot-maestro/script/smaple.sh"
min_args: 0
max_args: 1
# @[bot] ping
- event: app.mention
subcommand: "ping"
execute: "/etc/slackbot-maestro/script/ping.sh"
min_args: 0
max_args: 0
Toshihito Kon https://github.com/ToshihitoKon
MIT