unchaind

Wormhole space kill notification tool for EVE Online.


License
MIT
Install
pip install unchaind==0.1.3

Documentation

https://travis-ci.org/supakeen/unchaind.svg?branch=master https://readthedocs.org/projects/unchaind/badge/?version=latest

unchaind

https://unchaind.readthedocs.io/en/latest/_static/logo.png

unchaind is a tool for EVE Online groups that use wormhole space. It offers several tools on your Discord to make your life easier. These include automatic notifications for kills happening in your chain, systems being found in your chain and/or specific notifications for new systems in jump range. It can also be used as a generic killbot which can filter kills in many ways.

Examples

Some examples is probably the easiest way to get started. The most important bit is to get your configuration right so let's start with a sample configuration that takes all kills that happen for a certain alliance and post them to a Discord webhook.:

[[mapper]]
    type = "siggy"
    [mapper.credentials]
        username = "bla"
        password = "bla"
        home_system = 31002238

[[notifier]]
    type = "slack"
    webhook = "hook_url"
    subscribes_to = "kill"

    [notifier.filter]
        [notifier.filter.require_all_of]
            location = ["chain"]

After saving this in config.toml you can then run unchaind -c config.toml to get going.

You can read more about available filters in our documentation but you can filter on alliance, corporation, location (regions, your siggy chain, systems), characters, items, value, and more.