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

Latest commit

 

History

History
23 lines (18 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 637 Bytes

GoBot

A python XMPP bot that listens to GoCD and posts relevant messages to a room

Requirements

Install

sudo pip install -r requirements.txt

Run

e.g

python gobot.py -j [email protected] -p yourpassword -r [email protected] -n mybotnickname -g my.gocd.domain -s my,stage,names

Docker

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

Credits