Xanmel is a modular IRC bot designed primarily for gaming.
Includes GeoLite2-City.mmdb database made by Maxmind (http://maxmind.com).
- Install python (3.5 or later)
- Clone the repo, cd to workdir and run
python3 setup.py install
- run
xanmel --config /path/to/xanmel.yaml
- Install python (3.5 or later)
- Clone the repo
- Create a virtual environment
virtualenv /path/to/venv
source /path/to/venv/bin/activate
- cd to the repo workdir
pip install -r requirements.txt
python run.py