Skip to content

🤖 [BEW2.5] Starter slackbot for the challenge presented in class.

License

Notifications You must be signed in to change notification settings

softcodenet/goslackit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goslackit

Go Report Card Codacy Badge

[BEW2.5] Fork this repo to begin the Slackbot goroutines challenge presented in class on Day 7.

Instructions

  1. Create a new application here. https://api.slack.com/apps?new_classic_app=1 - Set the name to be whatever you want.
  2. Go to OAuth and Permissions on the left side under "Features", scroll down to "Scopes".
  3. Add the three following scopes. channels:history , channels:read , chat:write:bot.
  4. Go to "App Home" on the left side, and then add a "legacy bot user.
  5. Go to Install App on the left side under "Settings". Go through the steps and add the bot into the "Make School Students" slack channel.
  6. This will give you an OAuth token. Save the one that starts with xoxb- as you will be needing it in your code.
  7. Go to the #golang-slackbots channel, and @ the bot that you just invited into the workspace. Invite the bot into the channel and now we can move onto the code!

Releases

No releases published

Packages

No packages published