• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H07-May-2022-13697

locales/H08-Sep-2019-7,7886,735

man/H08-Sep-2019-353325

plugins/H08-Sep-2019-95,09974,872

scripts/H08-Sep-2019-2,4171,780

src/H08-Sep-2019-17,77213,834

supybot/H08-Sep-2019-

test/H08-Sep-2019-5,5074,072

.mailmapH A D08-Sep-20191.8 KiB2827

.travis.ymlH A D08-Sep-20191.7 KiB6461

CONTRIBUTING.mdH A D08-Sep-20191.3 KiB3825

ChangeLogH A D08-Sep-201969 KiB2,0231,351

LICENSE.mdH A D08-Sep-20191.6 KiB2924

MANIFEST.inH A D08-Sep-201981 54

MakefileH A D08-Sep-2019983 4333

README.mdH A D08-Sep-20192.3 KiB5940

RELNOTESH A D08-Sep-201916.1 KiB436302

setup.pyH A D08-Sep-201910 KiB262198

README.md

1Supybot is a robust (it doesn't crash), user friendly (it's easy to
2configure) and programmer friendly (plugins are *extremely* easy to
3write) Python IRC bot.  It aims to be an adequate replacement for most
4existing IRC bots.  It includes a very flexible and powerful ACL system
5for controlling access to commands, as well as more than 50 builtin plugins
6providing around 400 actual commands.
7
8Limnoria is the project which continues development of Supybot since 2010.
9
10# Build status
11
12Master branch: [![Build Status (master branch)](https://travis-ci.org/ProgVal/Limnoria.png?branch=master)](https://travis-ci.org/ProgVal/Limnoria)
13
14Testing branch: [![Build Status (testing branch)](https://travis-ci.org/ProgVal/Limnoria.png?branch=testing)](https://travis-ci.org/ProgVal/Limnoria)
15
16Limnoria supports CPython 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, nightly;
17and Pypy 2 and 3. It works best with CPython 3.4 and higher.
18Python 2.5 and older versions are not supported.
19
20# Support
21
22## Documentation
23
24If this is your first install, there is an [install guide](http://doc.supybot.aperio.fr/en/latest/use/install.html).
25You will probably be pointed to it if you ask on IRC how to install
26Limnoria.
27TL;DR version:
28
29```
30sudo apt-get install python3 python3-pip
31pip3 install --user limnoria
32supybot-wizard
33```
34
35There is extensive documentation at [doc.supybot.aperio.fr] and at
36[Gribble wiki]. We took the time to write it; you should take the time to
37read it.
38
39[doc.supybot.aperio.fr]:http://doc.supybot.aperio.fr/
40[Gribble wiki]:https://sourceforge.net/p/gribble/wiki/Main_Page/
41
42## IRC channels
43
44### In English
45
46If you have any trouble, feel free to swing by [#supybot and #limnoria](ircs://chat.freenode.net:6697/#supybot,#limnoria) on
47[freenode](https://freenode.net/) or [#supybot](ircs://irc.oftc.net:6697/#supybot) at [OFTC](http://oftc.net/) (we have a Limnoria there relaying,
48so either network works) and ask questions.  We'll be happy to help
49wherever we can.  And by all means, if you find anything hard to
50understand or think you know of a better way to do something,
51*please* post it on the [issue tracker] so we can improve the bot!
52
53[issue tracker]:https://github.com/ProgVal/Limnoria/issues
54
55### In Other languages
56
57Only in French at the moment, located at [#supybot-fr on freenode](ircs://chat.freenode.net:6697/#supybot-fr).
58
59