Pierre-Olivier Mercier 32ebe42f41
All checks were successful
continuous-integration/drone/push Build is passing
Don't compile for arm (requires rust ?????)
2025-02-07 23:38:49 +01:00
2016-04-08 12:55:24 +02:00
2014-08-14 12:50:19 +02:00
2019-09-21 01:16:52 +02:00
2015-10-28 10:55:02 +01:00
2012-08-14 05:51:55 +02:00
2025-02-07 21:41:02 +01:00
2015-10-16 16:39:51 +02: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, nextstop or laposte) require the BeautifulSoup module, but the core and framework has no dependency.

Installation

Use the setup.py file: python setup.py install.

VirtualEnv setup

The easiest way to do this is through a virtualenv:

virtualenv venv
. venv/bin/activate
python setup.py install

Create a new configuration file

There is a sample configuration file, called bot_sample.xml. You can create your own configuration file from it.

Usage

Don't forget to activate your virtualenv in further terminals, if you use it.

To launch the bot, run:

nemubot bot.xml

Where bot.xml is your configuration file.

Description
An extremely modulable IRC bot, built around XML configuration files.
Readme 1.4 MiB
Languages
Python 99.9%
Dockerfile 0.1%