Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@exoplay/exobot-adapter-slack

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exoplay/exobot-adapter-slack

exobot adapter for slack

latest
Source
npmnpm
Version
3.1.1
Version published
Maintainers
1
Created
Source

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.

Keywords

exobot

FAQs

Package last updated on 17 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts