Skip to content

A starting point for a Slack bot based on Slack's RTM API

Notifications You must be signed in to change notification settings

Waldo000000/SlackBotRtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SlackBotRtm

A starting point for a Slack bot based on Slack's RTM API.

Install

Add a bot integration to your Slack instance:

  1. Custom Integrations
  2. Bots -> Add Configuration
  3. Take note of the API Token for use at runtime below

Prepare the bot:

npm install

Run

set SLACK_API_TOKEN=<API Token from installation above>&& npm start

About

A starting point for a Slack bot based on Slack's RTM API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published