Metadata-Version: 2.1
Name: ringcentral-chatbot-factory
Version: 0.1.0b1
Summary: Cli tool to generate RingCentral chatbot project
Home-page: https://github.com/zxdong262/ringcentral-chatbot-factory-py
Author: Drake Zhao
Author-email: drake.zhao@ringcentral.com
License: UNKNOWN
Keywords: ringcentral,bot,framework
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests-download
Requires-Dist: pydash
Requires-Dist: PyInquirer

# [ringcentral-chatbot-factory-py](https://github.com/zxdong262/ringcentral-chatbot-factory-py)

Cli tool to generate RingCentral chatbot project.

![screenshot](screenshots/cli.png)

## Use

```bash
# make sure you have python3/pip3 installed
pip3 install ringcentral_chatbot_factory

rcf my-app
# then carefully answer all questions, then the my-app folder will be created

cd my-app
# follow the instruction of my-app/README.md to dev/run/test/deploy the bot
```

## Templates

- [https://github.com/zxdong262/ringcentral-chatbot-template-python](https://github.com/zxdong262/ringcentral-chatbot-template-python)

## Example bot apps

- [date-time-chatbot](https://github.com/zxdong262/ringcentral-date-time-chatbot): simple Glip chatbot that can tell time/date.
- [assistant-bot](https://github.com/zxdong262/ringcentral-assistant-bot): simple assistant Glip bot to show user/company information, this bot will show you how to access user data.
- [survey-bot](https://github.com/zxdong262/ringcentral-survey-bot): example survey bot, this bot will show you how to create/use custom database wrapper.

## License

MIT


