aa-killstats
Killboard Stats shows Hall of Shame/Fame, Kills, Top Kills,Loss,etc.
What it is and what it does
aa-killstats is a Django extension for AllianceAuth that ingests EVE Online killmail data and presents aggregated statistics for corporations and alliances. It pulls kill and loss records, maps them to player characters and their alts, and generates leaderboards (top killers, most losses, monthly rankings) plus hall of fame and shame views. The module runs scheduled tasks to fetch killmails, stores them in a local database, and uses EVE SDE data to resolve item and character IDs to human-readable names.
Installation requires configuring AllianceAuth's Django settings, running database migrations, preloading EVE SDE data, and setting up Celery beat tasks to poll for new killmails. Permissions are role-based (basic_access vs. admin_access). The package targets EVE Online community managers and alliance leadership who want in-game statistics dashboards.
Use it for:
- Display monthly kill/loss rankings and top-killer leaderboards within an alliance's internal web portal
- Track corporation performance metrics across multiple allied groups with hall of fame/shame highlights
- Generate historical kill statistics for recruitment or performance reviews of player groups
- Monitor alliance-wide combat activity trends via graphical overviews updated by scheduled killmail ingestion
- Provide role-based access so only alliance leadership can view or modify killstat settings
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Django module for AllianceAuth that tracks and displays EVE Online killboard statistics, including corporation and alliance kill/loss records, rankings, and hall of fame/shame leaderboards.
Yes, if you run an AllianceAuth instance for an EVE Online alliance or coalition. The package is actively maintained, has no known vulnerabilities, installs cleanly, and solves a real need for in-game statistics dashboards. GPLv3 licensing is standard for AllianceAuth modules. Requires AllianceAuth v5 or later and familiarity with Django configuration and Celery task setup.
Install
aa-killstats on PyPI
pip
pip install aa-killstatsuv
uv add aa-killstatspoetry
poetry add aa-killstatsInstalling aa-killstats
Before you install
Low install friction with a pure-Python wheel. Actively maintained with recent commits. Requires AllianceAuth v5 or later and depends on five runtime packages including django-esi and django-eveonline-sde for EVE data integration.
License in practice
Licensed under GPLv3 (copyleft). You must share modifications under the same license and provide source code to users; suitable for internal alliance use but redistribution requires GPL compliance.
Quickstart
pip install aa-killstats
# In AllianceAuth local.py:
INSTALLED_APPS = ["modeltranslation"] + INSTALLED_APPS
INSTALLED_APPS += ["eve_sde", "killstats"]
# Add scheduled task:
if "killstats" in INSTALLED_APPS:
CELERYBEAT_SCHEDULE["Killstats :: Check for Killmails"] = {
"task": "killstats.tasks.run_zkb_r2z2",
"schedule": crontab(minute="*/1"),
}
Requires AllianceAuth v5 or later; requires Django 4.2; requires Python 3.10 or later; requires EVE SDE data preloaded via manage.py esde_load_sde; requires Celery beat scheduler configured
Verify before relying
- Whether the package works with AllianceAuth versions newer than v5, or if there are known compatibility constraints
- Performance characteristics when handling large killmail volumes or many corporations/alliances
- Whether the Hall of Fame and Hall of Shame features are fully implemented or still in development
Package facts
| License | GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft) |
| Python support | supports the current Python release (<3.14,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — allianceauth, dacite, django-esi, django-eveonline-sde, django-ninja |
| Maintenance | actively maintained — 78 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 237,358/month — #8,961 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aa_killstats-3.0.1-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
aa-killtrackerKilltracker is an Alliance Auth plugin that…
unclear · top 15,000 on PyPI
aa-contactsA Django plugin for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
allianceauth-afatA Django plugin for Alliance Auth that tracks…
copyleft · top 15,000 on PyPI
aa-taskmonitorA Django admin plugin for Alliance Auth that…
permissive · top 15,000 on PyPI
aa-srpaa-srp is a Django plugin for Alliance Auth…
copyleft · top 15,000 on PyPI
aa-memberaudit-dcA Django addon for AllianceAuth that checks…
copyleft · top 15,000 on PyPI
aa-memberaudit-dashboardAdds a dashboard widget to AllianceAuth that…
copyleft · top 15,000 on PyPI
allianceauth-blacklistIntegrates with Alliance Auth to maintain a…
permissive · top 15,000 on PyPI
allianceauth-discordbotA Discord bot framework for Alliance Auth that…
permissive · top 15,000 on PyPI
django-eveuniverseProvides Django models for Eve Online universe…
unclear · top 15,000 on PyPI