Cmd Chatops RPC

This gem implments a simple command line interface to test chatops.

Setup

This gem requires a configuration file. This is a sample of what it looks like

user: "anglinb"
endpoints:
  - endpoint: http://localhost:8889/_example
  - endpoint: http://localhost:8889/_hello_world

It must specify the user which can be any string and a series of endpoints to poll for chatops.

This gem also requires a private key to authenticate itself with the chatop endpoint.

Usage

chatops -c config.yml -p private.key