Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ringcentral/ringcentral-chatbot-factory-py
CLI tool to init ringcentral chatbot project
https://github.com/ringcentral/ringcentral-chatbot-factory-py
chatbot factory python ringcentral
Last synced: about 2 months ago
JSON representation
CLI tool to init ringcentral chatbot project
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-chatbot-factory-py
- Owner: ringcentral
- Created: 2018-12-07T05:30:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T23:43:25.000Z (over 5 years ago)
- Last Synced: 2024-10-11T09:17:40.089Z (3 months ago)
- Topics: chatbot, factory, python, ringcentral
- Language: Python
- Size: 219 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ringcentral-chatbot-factory-py](https://github.com/ringcentral/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_factoryrcf my-app
# then carefully answer all questions, then the my-app folder will be createdcd 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