slackapi / Slack-Python-Onboarding-Tutorial

a simple python onboarding bot and tutorial for Slack
MIT License
251 stars 170 forks source link

Overwriting Slack Client when more than 1 team installs #5

Open ztawil opened 7 years ago

ztawil commented 7 years ago

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?

DonDebonair commented 6 years ago

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