Slack-Python-Onboarding-Tutorial icon indicating copy to clipboard operation
Slack-Python-Onboarding-Tutorial copied to clipboard

Overwriting Slack Client when more than 1 team installs

Open ztawil opened this issue 8 years ago • 1 comments
trafficstars

The global scope of pyBot in app.py means that pyBot.client will always be authenticated for the last team to authenticate. Will this cause an issue if a user for team A if the bot is authenticated for team B?

ztawil avatar Feb 21 '17 20:02 ztawil

I was wondering about that as well. @karishay does this app only work for 1 team?

DonDebonair avatar Sep 18 '17 09:09 DonDebonair