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

Latest commit

 

History

History
23 lines (18 loc) · 637 Bytes

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 eugene@some.jabber.domain -p yourpassword -r roomname@conference.somejabber.domain -n mybotnickname -g my.gocd.domain -s my,stage,names

Docker

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

Credits