A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
Go to file
Valentin Lorentz 5d301b653f Merge remote-tracking branch 'origin/speed-up-2to3' into testing
Conflicts:
	locales/fr.po
	plugins/Misc/plugin.py
	sandbox/check_trans.py
	src/i18n.py
2014-02-02 22:28:19 +01:00
2to3 2to3/fix_imports.py: Use UNIX new-line characters. 2013-07-16 23:00:20 +02:00
debian Update debian/changelog and debian/control. 2012-06-23 17:48:24 +02:00
docs Merge remote-tracking branch 'supybot/master' into testing 2013-08-24 11:28:29 +02:00
locales Core: Update l10n-fr. 2014-01-26 20:45:28 +01:00
plugins Merge remote-tracking branch 'origin/speed-up-2to3' into testing 2014-02-02 22:28:19 +01:00
sandbox Fix compatibility of check_trans.py with Python 3. 2014-01-26 20:45:28 +01:00
scripts supybot-plugin-create: Only catch ImportError for the i18n fallback. 2013-12-15 20:08:49 +00:00
src Merge remote-tracking branch 'origin/speed-up-2to3' into testing 2014-02-02 22:28:19 +01:00
test Merge branch 'aka-sqlite3' into speed-up-2to3 2014-02-02 22:15:43 +01:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore I forgot this one... 2013-09-25 11:44:14 +02:00
.travis.yml .travis.yml: Disable 'the build passed' message. 2014-01-12 16:07:18 +01:00
ACKS Updated to be STX as well as ordered chronologically. 2005-01-19 23:39:52 +00:00
ChangeLog Update ChangeLog and RELNOTES for 0.83.4.1 2009-05-25 13:15:44 -04:00
CONTRIBUTING.md CONTRIBUTING.md: write contributing guidelines for GitHub 2012-09-18 19:54:32 +03:00
INSTALL.md Aka: Add SQLite3 backend. 2014-02-02 22:22:20 +01:00
LICENSE.md LICENSE: rename to LICENSE.md. 2012-05-10 11:00:23 +03:00
Makefile Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
MANIFEST.in Add MANIFEST.in 2013-02-02 20:23:17 +01:00
README.md Update link in the README. 2013-12-27 08:55:22 +00:00
RELNOTES supybot-botchk: Directly execute supybot instead of running it in sh 2013-08-23 21:42:01 -04:00
setup.py Continue accelerating the 2to3 step (remove fix_map). 2014-01-21 10:57:38 +01:00

Install guide

# 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, and Pypy. Python 2.5 and older versions are not supported.

EVERYONE:

Read LICENSE. It's a 3-clause BSD license, but you should read it anyway.

USERS:

There is much documentation at supybot.fr.cr and at Gribble wiki for your perusal. Please read it; we took the time to write it, you should take the time to read it.

If you have any trouble, feel free to swing by #supybot and #limnoria on irc.freenode.net or #supybot at irc.oftc.net (we have a Limnoria there relaying, so either network works) and ask questions. We'll 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 issue tracker so we can improve the bot!

WINDOWS USERS:

The wizards (supybot-wizard, supybot-newplugin, and supybot-adduser) are all installed to your Python directory's \Scripts. What that probably means is that you'll run them like this:

C:\Python27\python C:\Python27\Scripts\supybot-wizard

If you are running a Python version that is not 2.7, replace "27" in the file names with your Python version, without the dot (for example "26".)

DEVELOPERS:

We likewise have tons of developer documentation at [supybot.aperio.fr] for your learning adventures. Have fun :)