Get notified about some events in EVE universe
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
# 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