Skip to main content

Cli tool to generate RingCentral chatbot project

Project description

ringcentral-chatbot-factory-py

Cli tool to generate RingCentral chatbot project.

screenshot

Templates

Use

# make sure you have python3/pip3 installed
pip3 install ringcentral_chatbot_factory
# or install it first

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 the bot

dev

# use virtualenv
pip3 install virtualenv # might need sudo

# init virtual env
virtualenv venv --python=python3

# use env
source ./venv/bin/activate

# install deps
pip install -r requirements.txt
pip install twine pylint

# test
bin/test

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ringcentral_chatbot_factory-0.0.1.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page