-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obtaining API token for Slack StarterBot #125
Comments
Hmm, it's totally possible the way integrations are handled has been changed, but these tutorial steps still seem to work when I go through them. What happens when you click the "a new bot user integration" link to create a bot? |
gahhh yea I see it...Slack changed the add bot flow. I'll have to go back through the tutorial and update it for the new screens. thank you for the heads up @mwunderlich! sorry about that :( |
Thanks for confirming, Matt. At least, I wasn't imaginging things. I hope it won't be too much trouble updating the tutorial. |
@mattmakai I think I have found the correct way to retrieve the API token: you need to use the "Bot User OAuth Access Token" listed under "Features>OAuth & Permissions" |
Hi Matt,
Thanks a lot for your very helpful tutorial about creating a first slack bot in python (https://www.fullstackpython.com/blog/build-first-slack-bot-python.html). I have tried to follow the instructions, but the place for obtaining the bot's API token seems to have changed. The section "Integration Settings" also no longer seems to be available on the Slack API site. Maybe it's just me not being able to find it, but you might want to take quick look into it, when you have time.
Thanks a lot.
Cheers,
Martin
The text was updated successfully, but these errors were encountered: