A boilerplate to create multichannel bots powered by IBM Watson, channels currently available: Facebook Messenger, Twitter and Web.
Usage:
- First install the module :
npm install -g debo
- The debo command is globally available, now you can create your bot projects:
$ debo [BOT_NAME]
A folder will be created with the debo boilerplate, by default the name is my-debo.
-
The boilerplate includes an schema file that should be restored on a postgresql schema named as bot.
-
The boilerplate also includes the base conversation dialog workspace that should be uploaded on an IBM Watson Conversation instance.
-
All the credentials need to be included in the proper .env file.
made with ♥︎ by devniel.