Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 707 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 707 Bytes

Fuzzy Eve Notifier Win32-x64 Build Status

Get notified about some events in EVE universe

About

Currently serves as a realtime eve chat logs scanner.

Features:

  • Monitor different channels
  • Filter new messages by keywords
  • Show system tray popup notifications
  • Play sound
  • Save and load monitor presets

Build Setup

# install dependencies
pip install -r requirements.txt

# run from console
python main.py

# build an executable
python build.py build

# run unit tests
# no tests at the moment