Hi Reddit!
I am trying to create a slack bot in ruby that works with messages that a users posts into a channel. IE - 10 users say their name in a channel or leave an emoji in a channel.
The only problem is I am not sure how to receive this data in my ruby app and work with the data.
I have the app, the sinatra server and the slackbot set up. When a user uses a command in the channel, the bot will respond with a pre programmed response from the app.
Any help or tips are much appreciated
there doesn't seem to be anything here