Slack + Rails = ❤
This is a small slack bot app to demonstrate how slackify works. It has four message handlers:
- Greetings: say
hi
and it will replyHi there 👋
- Salutations: say
bye
and the bot will replyBye 👋
- Coin flip: say
coinflip
and it will flip a coin - Repeat: example of capture group. Say
repeat [something]
and it will reply:you just said: [something]
It also has a slash command handler.
To receive events, send them to /slackify/event
and /slackify/interactive
For more info about slackify, head over to the official documentation