#Introduction

Willie is a simple, lightweight, open source, easy-to-use IRC Utility bot, written in Python. It's designed to be easy to use, run and extend.

#Installation

Willie can be run directly from the source directory (simply run ``./willie.py``).  
To install willie, simply run ``./setup.py`` install

#Making your own modules:

To make your own module for Willie, please consult the documentation at http://willie.dftba.net  
To get a copy of the documentation locally, run
```
cd doc
make html
```

Place your module in the willie/modules/ directory and start Willie to load it.

#Command list and various user documentation:

See wiki at https://github.com/embolalia/willie/wiki

#Questions?

Contact us on irc.dftba.net channel #tech

For a list of contributions to the Jenni fork see the file ``CREDITS``.
