ringcentral-chatbot-factory
Cli tool to generate RingCentral chatbot code.
Templates
- https://github.com/zxdong262/ringcentral-chatbot-template-python
- https://github.com/zxdong262/ringcentral-chatbot-template-js
Use
# make sure you have npm@5.2+ installed
# use nvm to install nodejs/npm is recommended
npx ringcentral-chatbot-factory my-app
# or install it first
# npm i -g ringcentral-chatbot-factory && rcf my-app
# then carefully answer all questions, then the my-app folder will be create
cd my-app
# follow the instruction of my-app/README.md to dev/run/test the bot
License
MIT