Skip to content

zxdong262/ringcentral-chatbot-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ringcentral-chatbot-factory

Build Status

screenshot

Cli tool to generate RingCentral chatbot code.

screenshot

Video:

(https://youtu.be/c13V6ZkHP7g)[https://youtu.be/c13V6ZkHP7g]

Templates

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

Init bot project in one line script

# use wget
wget -qO- https://raw.githubusercontent.com/zxdong262/ringcentral-chatbot-factory/master/bin/init.sh | bash

# use curl
curl -o- https://raw.githubusercontent.com/zxdong262/ringcentral-chatbot-factory/master/bin/init.sh | bash

License

MIT

Links