Skip to content

ringcentral/ringcentral-glip-errbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published