bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

sending slash commands #58

Closed genebean closed 5 years ago

genebean commented 6 years ago

I need to send slash commands via slackcat's stream option (one line == one command)... is that doable?

bcicen commented 5 years ago

unfortunately, slash commands are not "real" messages -- they are instead shorthand for triggering a webhook event in Slack, so they cannot be sent by slackcat