An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ringcentral-chatbot-factory

[![Build Status](https://travis-ci.org/zxdong262/ringcentral-chatbot-factory.svg?branch=test)](https://travis-ci.org/zxdong262/ringcentral-chatbot-factory)

![screenshot](screenshots/fast.jpg)

Cli tool to generate RingCentral chatbot code.

![screenshot](screenshots/screenshot.png)

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.