Skip to content

bsdforen/analtux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages