PROJECT IS NO LONGER MAINTANED A.K.A DEAD
A module for Willie The IRC Bot to be used on the #heroesofthestorm channel on quakenet, this is also my first real go at Python. I never intended to share the code, but someone somewhere might find it useful. Therefore the code will be ugly as hell and I might or might not refactor :)
curl -sSL https://raw.githubusercontent.com/Wobbley/HotS-Willie-Module/master/hots.py -o ~/.willie/modules/hots.py
curl -sSL https://raw.githubusercontent.com/Wobbley/HotS-Willie-Module/master/hots_parameters.yml.dist -o $HOME/.willie/hots_parameters.yml; vim $HOME/.willie/hots_parameters.yml
willie
pip install -r requirements.txt
cp default.cfg.dist $HOME/.willie/default.cfg
and edit the path to the database filecp hots_parameters.yml.dist $HOME/.willie/hots_parameters.yml
and edit the path to the database file ~/.willie
)ln -s $(pwd)/hots.py ~/.willie/modules/
willie