An app for running killmail trackers with Alliance Auth and Discord. Current version: 1.4.0. Release cadence: irregular, minor updates.
pip install aa-killtrackerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add to Django settings INSTALLED_APPS. Requires Alliance Auth >= 3.0. Run migrations and collectstatic after.
Replace 'aa_killtracker' with 'killtracker' in INSTALLED_APPS.
Enable 'Server Members Intent' and 'Message Content Intent' in Discord Developer Portal.
Replace with 'from killtracker.tasks import update_killmails_batch'.