Closed merqurio closed 8 years ago
I would gladly do the PR on that :+1:
SGTM!
Great, expect a PR for next week !
Is this in motion? And to confirm, would this enable launching the bot into multiple Slack teams from single bot process? Like Botkt's ability to spawn teams by token?
If so, a big :+1: .
Thanks!
I'm on it, and I think yes, you could be able to get two bot's but each one on it's own thread https://github.com/lins05/slackbot/blob/develop/slackbot/bot.py#L32 as far as I understand, but sure @lins05 knows better than me !
On Thu, Mar 3, 2016 at 5:37 AM Chris Skudlarczyk notifications@github.com wrote:
Is this in motion? And to confirm, would this enable launching the bot into multiple Slack teams from single bot process? Like Botkt's ability to spawn teams by token https://github.com/howdyai/botkit/blob/febbd176fe6926a8211938f71b7c6217a0f90531/bot.js#L79?
If so, a big [image: :+1:] .
Thanks!
— Reply to this email directly or view it on GitHub https://github.com/lins05/slackbot/issues/52#issuecomment-191578209.
thx!
Just a ping here - this would be a big win to get in there for me - would be happy to help out if at all possible - is there a branch towards this feature yet?
WIP, nothing clear yet, if you start a branch I'll gladly help you :grin:
On Tue, Mar 22, 2016 at 2:22 AM Zachary Zaro notifications@github.com wrote:
Just a ping here - this would be a big win to get in there for me - would be happy to help out if at all possible - is there a branch towards this feature yet?
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/lins05/slackbot/issues/52#issuecomment-199571277
There it is @thekantian
Wow, too fast! Will take a look @merqurio that's awesome...
We wanted to create more than a bot, different instances. Right now all the settings of the bot are defined in the
slackbot_settings.py
files, but I think that a more intuitive implementation would be to pass thos configurations as attributes of the class instantiation.