Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 530 Bytes

File metadata and controls

16 lines (13 loc) · 530 Bytes

WitAI FB-Messenger Chatbot Boilerplate

This is a Boilerplate for NodeJS that already includes FB-Messenger and Wit.ai functionality.

Install

  • open a terminal
  • clone the git repository
  • delete the existing git rm -rf ./.git
  • execute npm install
  • edit the config file at config.js with your values
  • start the server with npm start

Optional

  • execute npm run setWelcome to set the Facebook Welcome Message

Extend

Edit the the wit.actions.js file to add your own actions