View on GitHub

Number6

You are a number

back

What do I need to get it running?

You’ll need at least:

Create a Slackbot/Slack App

  1. In your Slack workspace create a Number6 Slack app, Slack makes this pretty easy and has good documentation for this https://api.slack.com/apps

  2. You can name your app anything you want but “Number6” is a reasonable choice, there’s an icon file No6Icon.jpg in the project repo you can use to really run with the theme

  3. After creating an app with a name in your workspace the only ‘features and functionality’ you’ll need is to assign permissions

  4. You’ll need to assign it the following oauth Bot Token scopes:

  1. click ‘install your app to your workspace’

  2. you won’t need to distribute it, set up redirect URLs or any of the other things you can do with Slack apps

  3. you will need to use the oauth token that Slack creates for your app though, you can find this in OAuth and Permissions in the Features side menu of your app’s page in Slack

Number6 Channel Id

Number6 needs a Slack channel in your workspace to post its results back to each day, currently you need to supply the id of that channel:

back