https://github.com/ringcentral/ringcentral-chatbot-server-python
RingCentral chatbot server for chatbot framework python
https://github.com/ringcentral/ringcentral-chatbot-server-python
Last synced: 10 months ago
JSON representation
RingCentral chatbot server for chatbot framework python
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-chatbot-server-python
- Owner: ringcentral
- Created: 2019-04-19T02:26:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T23:43:00.000Z (about 7 years ago)
- Last Synced: 2025-07-14T00:46:00.257Z (12 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ringcentral-chatbot-server](https://github.com/ringcentral/ringcentral-chatbot-server-python)
CLI tool to run ringcentral bot powered by [ringcentral_bot_framework](https://github.com/ringcentral/ringcentral-chatbot-python).
## Use
```bash
pip3 install ringcentral_chatbot_server
rcs bot.py
```
## Dev
```bash
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