face is a modular IRC bot.
It's simply a glorified module loader that loads modules in the modules directory and passes IRC events on to them.
Install virtualenv if you don't have it.
sudo pip install virtualenv
Create the environment.
virtualenv -p /usr/bin/python3 py3env
source py3env/bin/activate
Install the required packages.
pip install irc pyinotify
source py3env/bin/activate
python face.py
Open an issue or send a pull request.