- Notifications
You must be signed in to change notification settings - Fork39
node.js Slack RTM API module
License
xBytez/slackbotapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Node.JS module for Slack's RTM API
The following resources are needed in order to run
slackbotapi
:
- Modules:
eventemitter3
,jethro
,request
andws
- A valid Slack API Token
Installing slackbotapi is as simple as running the following command:npm install slackbotapi
After installing this module and itsdependencies, you can check theexample_bot.js to learn the basics.
- Slackslime by @franciskim
- Slackquizbot by @codebyfire
- Slackweatherbot by @franciskim
- Slack-file-cleaner by @Ad237
If you want your project to be listed here, please let us know by creating an issue with the link to your project. Chances are we'll list it here!
You can join the #slackbotapi channel over athttps://slack.radiant.dj. (If you are already registered you can find us athttps://radiantdj.slack.com) If you prefer not to join yet another Slack team, feel free to join Gitter or post an issue.
About
node.js Slack RTM API module