https://github.com/dotpot/willie-titanai
Willie-Titanai - IRC bot for #titanai@irc.aitvaras.eu
https://github.com/dotpot/willie-titanai
Last synced: 7 months ago
JSON representation
Willie-Titanai - IRC bot for #titanai@irc.aitvaras.eu
- Host: GitHub
- URL: https://github.com/dotpot/willie-titanai
- Owner: dotpot
- License: other
- Created: 2013-08-09T10:53:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T10:31:58.000Z (almost 13 years ago)
- Last Synced: 2025-02-24T01:12:58.043Z (over 1 year ago)
- Language: Python
- Size: 2.92 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING
- License: COPYING
Awesome Lists containing this project
README
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
------------
Latest stable release
=====================
If you're on Fedora or Arch, the easiest way to install is through your package
manager. The package is named ``willie`` in both Fedora and the AUR. On other
distros, and pretty much any operating system you can run Python on, you can
install `pip `_, and do ``pip install
willie``. Failing all that, you can download the latest tarball from
http://willie.dftba.net and follow the steps for installing from the latest
source below.
Latest source
=============
First, either clone the repository with ``git clone
git://github.com/embolalia/willie.git`` or download a tarball from GitHub.
In the source directory (whether cloned or from the tarball) run
``setup.py install``. You can then run ``willie`` to configure and start the
bot. Alternately, you can just run the ``willie.py`` file in the source
directory.
Adding modules
--------------
The easiest place to put new modules is in ``~/.willie/modules``. You will need
to add a a line to the ``[core]`` section of your config file saying
``extra = /home/yourname/.willie/modules``.
Some extra modules are available in the
`willie-extras `_ repository, but of
course you can also write new modules. A `tutorial `_
for creating new modules is available on the wiki.
API documentation can be found online at http://willie.dftba.net/docs, or
you can create a local version by running ``make html`` in the ``doc``
directory.
Further documentation
---------------------
In addition to the `official website `_, there is also a
`wiki `_ which includes valuable
information including a full listing of
`commands `_.
Questions?
----------
Contact us on irc.dftba.net channel #tech
For a list of contributions to the Jenni fork see the file ``CREDITS``.