Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 337 Bytes

File metadata and controls

18 lines (15 loc) · 337 Bytes

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