Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 546 Bytes

RocketGoBot

A python bot that listens to GoCD and posts relevant messages to a RocketChat (https://rocket.chat) incoming integration webhook

Requirements

Install

sudo pip install -r requirements.txt

Run

e.g

python gobot.py -w yourwebookurl -g my.gocd.domain -s my,stage,names

Docker

Checkout the Dockerfile for running this service in a container ;)