@exoplay/exobot-adapter-slack

3.1.1 • Public • Published

exobot-adapter-slack

Installation

  • npm install --save @exoplay/exobot/exobot-adapter-slack

A Setup Example

import Exobot from '@exoplay/exobot';
import Slack from '@exoplay/exobot-adapter-slack';

const Bot = new Exobot(BOT_NAME, {
  // ...,
  adapters: [
    new Slack({
      token: process.env.SLACK_TOKEN,
    })
  ],
});

Setup Notes

Visit https://api.slack.com/bot-users to set up a bot user.

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

/@exoplay/exobot-adapter-slack/

    Package Sidebar

    Install

    npm i @exoplay/exobot-adapter-slack

    Weekly Downloads

    2

    Version

    3.1.1

    License

    LGPL

    Last publish

    Collaborators

    • ajacksified