Skip to content

ringcentral/ringcentral-chatbot-factory-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli tool to generate RingCentral chatbot project.

screenshot

Use

# 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

Example bot apps

  • 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.

License

MIT