A starting point for a Slack bot based on Slack's RTM API.
Add a bot integration to your Slack instance:
- Custom Integrations
- Bots -> Add Configuration
- Take note of the
API Token
for use at runtime below
Prepare the bot:
npm install
set SLACK_API_TOKEN=<API Token from installation above>&& npm start