looker / lookerbot

Lookerbot lets you access all your Looker data from Slack! Super fun!
https://looker.com/lookerbot
MIT License
169 stars 141 forks source link

Update readme with new requirements for Slack bot creation #191

Closed ryandunlavy closed 4 years ago

ryandunlavy commented 4 years ago

New Slack apps default to the more granular permission structure, which does not have the required bot scope to use the RTM API that Lookerbot relies upon, see here for more info https://github.com/slackapi/node-slack-sdk/issues/921

This is just an update to the readme to specify that classic apps need to be used in order to use Lookerbot

ryandunlavy commented 4 years ago

Closed and re-opened to force another travis run