Cli tool to generate RingCentral chatbot project.
# 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
- date-time-chatbot: simple Glip chatbot that can tell time/date.
- assistant-bot: simple assistant Glip bot to show user/company information, this bot will show you how to access user data.
- survey-bot: example survey bot, this bot will show you how to create/use custom database wrapper.
MIT