https://github.com/zxdong262/ringcentral-chatbot-factory
CLI tool to generate ringcentral chatbot code
https://github.com/zxdong262/ringcentral-chatbot-factory
bot chatbot cli ringcentral
Last synced: 10 months ago
JSON representation
CLI tool to generate ringcentral chatbot code
- Host: GitHub
- URL: https://github.com/zxdong262/ringcentral-chatbot-factory
- Owner: zxdong262
- License: mit
- Created: 2018-11-20T06:33:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T03:03:03.000Z (almost 7 years ago)
- Last Synced: 2025-07-07T15:01:36.644Z (11 months ago)
- Topics: bot, chatbot, cli, ringcentral
- Language: JavaScript
- Homepage: https://developers.ringcentral.com
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ringcentral-chatbot-factory
[](https://travis-ci.org/zxdong262/ringcentral-chatbot-factory)

Cli tool to generate RingCentral chatbot code.

Video:
(https://youtu.be/c13V6ZkHP7g)[https://youtu.be/c13V6ZkHP7g]
## Templates
- [https://github.com/zxdong262/ringcentral-chatbot-template-python](https://github.com/zxdong262/ringcentral-chatbot-template-python)
- [https://github.com/zxdong262/ringcentral-chatbot-template-js](https://github.com/zxdong262/ringcentral-chatbot-template-js)
## Use
```bash
# 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
```bash
# 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
- [developer.ringcentral.com](https://developer.ringcentral.com/), Register as RingCentral developer, create Apps with RingCentral APIs.
- [game changer program](https://gamechanging.dev), Learn and use RingCentral APIs, get reward points/gears/electronics.