https://github.com/ringcentral/ringcentral-glip-errbot
Errbot Backend for RingCentral Glip
https://github.com/ringcentral/ringcentral-glip-errbot
errbot glip ringcentral
Last synced: 3 months ago
JSON representation
Errbot Backend for RingCentral Glip
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-glip-errbot
- Owner: ringcentral
- Created: 2017-02-07T02:12:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T01:23:20.000Z (over 8 years ago)
- Last Synced: 2025-04-07T20:43:11.724Z (6 months ago)
- Topics: errbot, glip, ringcentral
- Language: Python
- Size: 4.88 KB
- Stars: 4
- Watchers: 45
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Errbot Glip Adapter
`ringcentral-glip-errbot` is an server backend adapter for [Errbot](http://errbot.io/) that allows you to use the robot with Glip.
## Installation
```bash
$ make install
```## Configuration
Create `config.py` with the following info:
```python
BACKEND = 'Glip'BOT_EXTRA_BACKEND_DIR = '/path_to/ringcentral-glip-errbot/src'
BOT_IDENTITY = {
'username': '+11122233344',
'extension': '',
'password': 'FooBarBaz',
'appKey': 'YourAppKey',
'appSecret': 'YourAppSecret',
'server': 'https://platform.ringcentral.com'
}
```## Usage
```bash
$ make errbot
```