Metadata-Version: 2.1
Name: ringcentral-chatbot-server
Version: 0.0.1b1
Summary: Cli tool to run RingCentral chatbot.
Home-page: https://github.com/zxdong262/ringcentral-chatbot-server
Author: Drake Zhao
Author-email: drake.zhao@ringcentral.com
License: UNKNOWN
Keywords: ringcentral,bot,server
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pydash
Requires-Dist: flask
Requires-Dist: python-dotenv

# [ringcentral-chatbot-server](https://github.com/zxdong262/ringcentral-chatbot-server)

Module/Cli tool to generate/run RingCentral chatbot project.

## Dev

```bash
virtualenv venv --python=python3
source ./venv/bin/activate
pip install -r requirements.txt
pip install pylint ringcentral_bot_framework twine
```

## License

MIT


