A Node.JS module for Slack's API
More documentation to come. Just added:
- basic support for attachments
The following resources are needed in order to run
slackbotapi
:
- Modules:
eventemitter3
,jethro
,request
andws
- A valid Slack API Token
- An internet connection
Installing slackbotapi is as simple as running the following command:
npm install slackbotapi
After installing this module and its dependencies, you can check the example_bot.js to learn the basics.