DEV Community

Discussion on: A Simple Slack Bot in Go - The Bot

Collapse
 
shindakun profile image
Steve Layton

If you are looking to run shell commands after someone says something in slack you could probably use the exec package from the standard library. Just update whatever your match text is and have that trigger a function or run exec directly. I haven't really tried it though so your mileage may vary.