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.

⚠️ This is just a sample, please follow documentation of Botkit to create a new bot and then plug Watson middleware into it

  1. Install the dependencies

    npm install
    
  2. Add your Slack token and Watson Assistant 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 Assistant workspace.

promisechains