Skip to content

Instantly share code, notes, and snippets.

@drguildo
Created June 23, 2017 14:33
Show Gist options
  • Save drguildo/1ac690676cbcd5bdf82ef6abca0aeb1b to your computer and use it in GitHub Desktop.
Save drguildo/1ac690676cbcd5bdf82ef6abca0aeb1b to your computer and use it in GitHub Desktop.
Simplest possible Botkit Slack bot?
const Botkit = require("botkit");
const controller = Botkit.slackbot({});
const bot = controller.spawn({
token: process.env.BOT_OAUTH_TOKEN
}).startRTM();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment