Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 718 Bytes

File metadata and controls

31 lines (21 loc) · 718 Bytes

A.N.A.L.T.U.X. IRC Bot

A.N.A.L.T.U.X. (Artificial Networked Android Limited to Troubleshooting and Ultimate Xenocide) is a simple info bot, lurking in ##bsdforen.de on Freenode.

Installation on FreeBSD

Make sure that you've got a more or less up to date Python 3 and FFI version installed:

pkg install python3 pure-ffi

Create a virtual enironment for the required Python packages:

python3 -m venv /path/to/venv

Install the the Package Requirements from requirements.txt:

LDFLAGS=/usr/local/lib/path/to/venv/bin/pip install --upgrade pip wheel -r requirements.txt

Now you ready to run the bot:

/path/to/venv/bin/python3 analtux.py -c config.ini -l logdir/