geetotes / slackbotapi

node.js Slack RTM API module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlackbotAPI

GitHub Stars GitHub Issues Current Version

A Node.JS module for Slack's RTM API


Setup

Requirements

The following resources are needed in order to run slackbotapi:

  • Modules: eventemitter3, jethro, request and ws
  • A valid Slack API Token

Installation

Installing slackbotapi is as simple as running the following command: npm install slackbotapi


Usage

After installing this module and its dependencies, you can check the example_bot.js to learn the basics.

About

node.js Slack RTM API module

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 100.0%