An extremely modulable IRC bot, built around XML configuration files.
Go to file
2015-01-02 08:01:18 +01:00
datas Module_state done: global datas management 2012-05-30 11:58:27 +02:00
hooks Fix module load and reload 2014-11-14 15:38:48 +01:00
message PEP8 clean 2014-11-10 13:02:13 +01:00
modules [events] ids don't have to be saved 2014-12-31 09:46:15 +01:00
prompt Prompt: documentation, factoring 2014-11-18 12:48:33 +01:00
server Use ipaddress module to store IP 2015-01-02 07:57:18 +01:00
tools web tools: handle no route to host error 2015-01-02 08:01:18 +01:00
.gitignore Use a logger 2014-08-14 12:50:19 +02:00
.gitmodules Fixed wrong submodule 2012-09-02 16:41:19 +02:00
AUTHORS Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02:00
bot_sample.xml Fix sample configuration 2014-10-10 23:14:32 +02:00
bot.py Use ipaddress module to store IP 2015-01-02 07:57:18 +01:00
channel.py PEP8 clean 2014-11-10 13:02:13 +01:00
consumer.py PEP8 clean 2014-11-10 13:02:13 +01:00
COPYING Introduce nemubot v3.2 2012-08-14 05:51:55 +02:00
event.py Internal timezone is now UTC 2014-10-01 00:14:27 +02:00
exception.py PEP8 clean 2014-11-10 13:02:13 +01:00
importer.py Modify importer to work with Python 3.3 and above 2014-12-29 07:30:25 +01:00
nemubot.py argparse: -m to load modules 2014-12-17 13:07:45 +01:00
networkbot.py Response class is now part of 'more' module. 2014-09-27 12:39:44 +02:00
README.md Update README: add requirements part 2014-12-29 07:32:15 +01:00
speak_sample.xml Convert nemuspeak as a module to nemubot 2014-10-27 18:40:04 +01:00

nemubot

An extremely modulable IRC bot, built around XML configuration files!

Requirements

nemubot requires at least Python 3.3 to work.

Some modules (like cve or nextstop) require the BeautifulSoup module, but the core and framework has no dependency.

Documentation

Have a look to the wiki at https://github.com/nemunaire/nemubot/wiki