ringcentral-glip-errbot
is an server backend adapter for Errbot that allows you to use the robot with Glip.
$ make install
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'
}
$ make errbot