julienXX / clj-slack

Use Slack REST API from Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtm

brancz opened this issue · comments

I want to create a slack bot that listens to specific words in a channel and answers to those. From my understanding, I need to use the real-time-messaging API from slack. My problem is, other than creating a session I don't understand how to use it from the docs or the code.

For that we wrote this one: slack-rtm

It uses clj-slack but provides an API to integrate with RTM based on core.async.

Thanks for the quick response! I'll give it a try! 👍