aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

Suport for RTM API #4

Closed sciurus closed 9 years ago

sciurus commented 9 years ago

Are you planning to add support for slack's new real time messaging API?

aki017 commented 9 years ago

:+1:

mackwic commented 9 years ago

@sciurus FYI I wrote a gem that supports the slack rtm api. It's here. I already use it in one of my project so it's working. I will be glad to take feedback or document how to do specific integrations.

mackwic commented 9 years ago

OK, I didn't saw that @aki017 already added the RTM support in the gem. Thanks for that ! My implementation doesn't depend on EventMachine, though. That was a requirement for my side.

aki017 commented 9 years ago

commited 91ed4c7ad43823c32e11c5f9061bc5c4484291cb and released v1.0.0! :grinning:

dblock commented 9 years ago

Looks like now slack-ruby-gem is a hybrid of RTM and Web API client, it receives messages via RTM but sends via Web API.