A python IRC bot
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd bot
errbot
In order to deploy this on our infrastructure, pushes to master trigger a build on docker hub
A python IRC bot
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd bot
errbot
In order to deploy this on our infrastructure, pushes to master trigger a build on docker hub