Go to file
Valentin Lorentz 4470805b5f core: Remove useless imports. 2015-03-03 09:02:29 +01:00
2to3 2to3/fix_imports.py: Use UNIX new-line characters. 2013-07-16 23:00:20 +02:00
debian debian/control: Replaces supybot 2014-05-09 15:29:52 +03:00
locales Squashed commit of the following: 2014-12-20 14:37:27 +01:00
man remove docs/ && move manpages to man/ 2014-12-08 09:52:42 +02:00
plugins Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 2015-03-02 20:35:56 +00:00
sandbox Debug: move from sandbox/ to plugins/ 2015-01-21 17:01:29 +02:00
scripts scripts/supybot: use None as msg for standardSubstitute on Ctrl-C 2015-02-07 10:01:47 -08:00
src core: Remove useless imports. 2015-03-03 09:02:29 +01:00
test Fix crash for commands with ambiguous getopts shortcuts and no docstring. 2015-03-03 08:55:29 +01:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Update .gitignore to include default wizard directories & confs [ci skip] 2014-11-20 17:43:57 -08:00
.mailmap Add myself to .mailmap [skip ci] 2014-12-08 22:00:37 -08:00
.travis.yml rm .travis.runonce.bash 2014-12-27 23:17:01 +02:00
ACKS Updated to be STX as well as ordered chronologically. 2005-01-19 23:39:52 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md to include guideline on internationalization. Closes GH-633. 2014-05-31 11:58:45 +02:00
ChangeLog Use gender-neutral pronouns everywhere 2014-07-13 17:23:11 +02:00
LICENSE.md License: Fix formatting again. (GH-862) 2014-09-22 05:27:09 +00:00
MANIFEST.in Add MANIFEST.in 2013-02-02 20:23:17 +01:00
Makefile Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
README.md remove INSTALL.md && update README.md 2015-02-04 17:39:07 +02:00
RELNOTES supybot-botchk: Directly execute supybot instead of running it in sh 2013-08-23 21:42:01 -04:00
requirements.txt irclib: add support for SASL ECDSA-NIST256P-CHALLENGE 2014-12-29 11:47:57 +01:00
setup.py Fix 2to3 progression percentage (no long go over 100%). 2015-02-07 08:15:42 +01:00

README.md

Supybot is a robust (it doesnt crash), user friendly (its easy to configure) and programmer friendly (plugins are extremely easy to write) Python IRC bot. It aims to be an adequate replacement for most existing IRC bots. It includes a very flexible and powerful ACL system for controlling access to commands, as well as more than 50 builtin plugins providing around 400 actual commands.

Limnoria is a project which continues development of Supybot (you can call it a fork) by fixing bugs and adding features (see the list of added features for more details).

Build status

Master branch: Build Status (master branch)

Testing branch: Build Status (testing branch)

Limnoria is tested with Python 2.6, 2.7, 3.2, 3.3, 3.4, Pypy and Pypy3. Python 2.5 and older versions are not supported.

Support

Documentation

If this is your first install, there is an install guide. You will probably be pointed to it if you ask on IRC how to install Limnoria.

There is extensive documentation at supybot.aperio.fr and at Gribble wiki. We took the time to write it; you should take the time to read it.

Installing from cloned repo

If you havent cloned this repository, please see the previous two paragraphs for easier installation methods.

sudo pip install -r requirements.txt
sudo python setup.py install --user

alternatively without root

pip install -r requirements.txt --user
python setup.py install --user

IRC channels

In English

If you have any trouble, feel free to swing by #supybot and #limnoria on freenode or #supybot at OFTC (we have a Limnoria there relaying, so either network works) and ask questions. Well be happy to help wherever we can. And by all means, if you find anything hard to understand or think you know of a better way to do something, please post it on the issue tracker so we can improve the bot!

In Other languages

Only in French at the moment, located at #supybot-fr on freenode.