Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 608 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 608 Bytes

Errbot Glip Adapter

ringcentral-glip-errbot is an server backend adapter for Errbot that allows you to use the robot with Glip.

Installation

$ make install

Configuration

Create config.py with the following info:

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

$ make errbot