ringcentral / ringcentral-glip-errbot

Errbot Backend for RingCentral Glip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Errbot Backend for RingCentral Glip


Languages

Language:Python 95.8%Language:Shell 3.1%Language:Makefile 1.1%