Skip to content

Latest commit

 

History

History
 
 

simple-bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple bot

This document describes how to set up an Express app which talks to a Slack bot.

  1. Install the dependencies

    npm install
    
  2. Add your Slack token and Watson Conversation credentials to .env

  3. Start the app

    npm start
    
  4. Launch Slack, send direct messages to your Slack bot and get responses from your Watson Conversation workspace.

promisechains