Skip to content

crdx/face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face

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.

Installation

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

Usage

source py3env/bin/activate
python face.py

Contributions

Open an issue or send a pull request.

Licence

GPLv3.

About

modular irc bot

Resources

License

Stars

Watchers

Forks

Contributors

Languages