aki017 / slack-ruby-gem

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

Support multiple tokens / connections #34

Closed dblock closed 7 years ago

dblock commented 9 years ago

A single bot should be able to serve multiple slack teams. This means we don't want a single token, but we want a way to dynamically add tokens and (re)connect at runtime.

dblock commented 9 years ago

https://github.com/exciting-io/slack-bot-server seems to attempt this on top of slack-ruby-gem