Skip to content

nsavch/xanmel

Repository files navigation

Xanmel

Build Status Codacy Badge Coverage Status Python Versions Updates Python 3

Xanmel is a modular IRC bot designed primarily for gaming.

Includes GeoLite2-City.mmdb database made by Maxmind (http://maxmind.com).

Installation (for production)

  1. Install python (3.5 or later)
  2. Clone the repo, cd to workdir and run python3 setup.py install
  3. run xanmel --config /path/to/xanmel.yaml

Installation (for development)

  1. Install python (3.5 or later)
  2. Clone the repo
  3. Create a virtual environment virtualenv /path/to/venv
  4. source /path/to/venv/bin/activate
  5. cd to the repo workdir
  6. pip install -r requirements.txt
  7. python run.py

About

Multi-protocol chat bot designed for gaming purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages