yeuai/rivebot-ce

Use @Kites cli from NPM

Closed this issue · 2 comments

vunb commented
  • Want to connect with @kites framework
  • Help people write a new custom handler like saving database, integrating with facebook, skype, ... bot platforms.
vunb commented

Now we have ability to create a chatbot easily with Nodejs by using kites cli from NPM:

Using NPM:

  1. Install kites cli: npm install -g @kites/cli
  2. Create a chatbot: kites init my-chatbot --template chatbot

The rest you need to do is configure database and start application or using npm or using docker that noted in readme.

vunb commented

Read more documentation about kites and kites-cli at https://kites.nodejs.vn/documentation/