Eve Threat for Blops - Eyes Before the Drop

I made this tool because the old PySpy was deprecated, and getting baited during blops hunts sucks — so I built this as a replacement.

Eve Threat is a lightweight and modern intel tool for EVE Online, designed to instantly analyze character names from the in-game local (or any other) chat window.
The backend focuses on 2025 killmail data and is updated automatically using zKillboard’s API to ensure accuracy going forward.
Eve Threat connects to a centralized server that handles all data processing, so users don’t need to worry about API keys, rate limits, or local data syncing.
Eve Threat listens to the changes of your clipboard and makes a request to our servers and retrieves important information.
The information listed can be useful for Blops hunters or for ratters.
Small note: Only killmails from 2025 are synced. Some killmails might display an incorrect kill date, due to the fact of using bulk killmail importer. Recent kills will have the correct dates.

Currently only supported for Windows (should run fine on Wine, but didn’t test). Can look to build a version for Linux and macOS as well.

If you don’t want to download: Visit EveThreat
In order to download: EveThreat - Initial Release
If you want to see the code: EveThreat - GitHub

2 Likes

Hey! Thanks for sharing your app.

Would you maybe consider adding a license to your repo? Without a license it is unclear if your code is open source or not.

Would also be great if you could add a pyproject.toml file (or a requirements.txt), to make it easier for people to build you software. e.g. on other platforms.

Cheers!

Hey,

I have added a LICENSE and requirements.txt.

1 Like

Nice. Btw. The Pillow requirement seams to be twice in the file.