Skip to content

ringcentral/ringcentral-chatbot-server-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI tool to run ringcentral bot powered by ringcentral_bot_framework.

Use

pip3 install ringcentral_chatbot_server
rcs bot.py

Dev

virtualenv venv --python=python3
source ./venv/bin/activate
pip install -r requirements.txt
pip install pylint ringcentral_bot_framework twine
cp .sample.env .env
# then fill RINGCENTRAL_BOT_CLIENT_ID and RINGCENTRAL_BOT_CLIENT_SECRET at least

# test
pip install .
rcs bot.py

License

MIT

About

RingCentral chatbot server for chatbot framework python

Resources

Stars

Watchers

Forks

Packages

No packages published