/errbot-docker

Our docker container for errbot (public mirror)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

uc_pyircbot

A python IRC bot

Setting up

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

cd bot
errbot

Docker repo

In order to deploy this on our infrastructure, pushes to master trigger a build on docker hub