jusleg / slackify-boilerplate

Rails slackbot boilerplate using slackify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slackify Boilerplate

Slack + Rails =

This is a small slack bot app to demonstrate how slackify works. It has four message handlers:

  1. Greetings: say hi and it will reply Hi there 👋
  2. Salutations: say bye and the bot will reply Bye 👋
  3. Coin flip: say coinflip and it will flip a coin
  4. 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

About

Rails slackbot boilerplate using slackify

License:MIT License


Languages

Language:Ruby 80.6%Language:HTML 14.6%Language:JavaScript 3.0%Language:CSS 1.8%