A slack bot for guessing who played the current tune while using with Jukebot.
- Clone the repository.
- Install dependencies.
yarn
- Download ngrok
- Create a new slack app
- Add the following scopes:
channels:history
bot
commands
- Turn "Interactive Components" on
- Create "Slash Commands" for
/guess
and/score
- Enable "Event Subscriptions" and subscribe to the bot event
message.channels
- Add the following scopes:
- Start ngrok with
./ngrok http 8080
to get a public url for your local server - Start your slack bot with
yarn dev
- Update all of the URL's in the slack api for your slack bot with your new public url
- Add your slack bot to a slack workspace (only required once)