Daniel Doubrovkine bio photo

Daniel Doubrovkine

aka dB., @awscloud, former CTO @artsy, +@vestris, NYC

Email Twitter LinkedIn Github Strava
Creative Commons License

I cooked up a little demo of a Slack bot running on Rails with React, that displays messages that you send to Slack, on a web page.

tl;dr Check out github.com/dblock/slack-bot-on-rails.

demo

We start with a vanilla Rails app created via rails new slack-bot-on-rails --skip-activerecord -T, in @d092f4ed.

Add slack-ruby-bot that responds to say something, in @a93877ae.

Slap on top a React app that displays messages sent to Slack, in @9632e9f1.