An open API service indexing awesome lists of open source software.

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

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