3.1.1 • Published 9 years ago

@exoplay/exobot-adapter-slack v3.1.1

Weekly downloads
1
License
LGPL
Repository
github
Last release
9 years ago

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.

3.1.1

9 years ago

3.1.0

9 years ago

3.0.0

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago