https://github.com/devniel/debo
A command tool to create bots powered by IBM Watson.
https://github.com/devniel/debo
Last synced: about 1 year ago
JSON representation
A command tool to create bots powered by IBM Watson.
- Host: GitHub
- URL: https://github.com/devniel/debo
- Owner: devniel
- Created: 2017-08-25T19:51:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T22:38:47.000Z (over 8 years ago)
- Last Synced: 2025-02-25T01:07:07.195Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **debo** 🤖
A boilerplate to create multichannel bots powered by IBM Watson, channels currently available: Facebook Messenger, Twitter and Web.
Usage:
1. First install the module :
````
npm install -g debo
````
2. 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***.
3. The boilerplate includes an ***schema*** file that should be restored on a postgresql schema named as **bot**.
4. The boilerplate also includes the base conversation dialog workspace that should be uploaded on an **IBM Watson Conversation** instance.
5. All the credentials need to be included in the proper **.env** file.
made with ♥︎ by **devniel**.