jbot icon indicating copy to clipboard operation
jbot copied to clipboard

Distributing JBot application

Open Alex-Wolf-7 opened this issue 6 years ago • 2 comments

Does JBot in any way support distribution to multiple workspaces, without having to run multiple instances?

Alex-Wolf-7 avatar Aug 20 '18 21:08 Alex-Wolf-7

For deploying to multiple workspaces you have to first make a slack app and add a bot integration and then JBot can be used across workspaces. See this issue as well https://github.com/rampatra/jbot/issues/110

rampatra avatar Aug 20 '18 21:08 rampatra

Yes, I have a functional application as well as two workspaces with it both installed, but where I am stuck is getting the Bot to recognize messages from both workspaces without having to run multiple instances of my application. I can retrieve from Oauth the required tokens which I can use to make Slash Commands functional and responsive, but the bot refuses to listen to any workspace not hardcoded in. Is it possible to have a single bot monitor many workspaces, or to create multiple bots dynamically?

Alex-Wolf-7 avatar Aug 20 '18 22:08 Alex-Wolf-7