seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
441 stars 167 forks source link

Where do you get the "bot token" from? #78

Closed PC-Admin closed 6 months ago

PC-Admin commented 6 months ago

Good evening, trying this bot out today and having trouble locating the "Bot Token".

According to the README.md you just: "# Install the app into your workspace to grab this token"

I've installed the app into a testing workspace but don't see anything about a bot token:

Screenshot from 2024-04-13 14-50-07

I can copy it's name, link, view it's 'Member ID' and 'Channel ID' from inside my Slack client.

On the https://api.slack.com/ page I have the following, but apparently none of these are the illusive 'bot token':

Sorry about the noob question, but where can I find this 'Bot Token' exactly?

PC-Admin commented 6 months ago

Derp, on the https://api.slack.com/ site you need to navigate down to the 'Oauth & Permissions' section in the left-hand column.

Nevermind! :)