Skip to content

A very simple Slack test bot to play around with

Notifications You must be signed in to change notification settings

cwoelk/slack-test-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Slack Bot Experiment

Very simple test bot using the Slack RTM Api through the npm package slackbots.

Create a bot

Log into your Slack team and create a bot. Make a note of the API token.

Run the code

After npm install run the following replacing your <<<YOUR_API_TOKEN>>> with the one you received when creating your bot.

API_TOKEN='<<<YOUR_API_TOKEN>>>' DEBUG=slackbot* npm start

About

A very simple Slack test bot to play around with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published