{"id":26694,"library":"aa-killtracker","title":"aa-killtracker","description":"An app for running killmail trackers with Alliance Auth and Discord. Current version: 1.4.0. Release cadence: irregular, minor updates.","status":"active","version":"1.4.0","language":"python","source_language":"en","source_url":"https://github.com/ppfeufer/aa-killtracker","tags":["allianceauth","eve-online","killmail","discord","django"],"install":[{"cmd":"pip install aa-killtracker","lang":"bash","label":"PyPI install"},{"cmd":"pip install aa-killtracker[discord]","lang":"bash","label":"Install with Discord extras"}],"dependencies":[{"reason":"Required for running as Alliance Auth plugin","package":"allianceauth","optional":false},{"reason":"Required for Discord bot functionality (installed via extras)","package":"discord.py","optional":true}],"imports":[{"note":"Old import path used underscore. Use 'killtracker' (no aa_ prefix).","wrong":"from aa_killtracker.models import Killtracker","symbol":"Killtracker","correct":"from killtracker.models import Killtracker"},{"note":"Model name is 'Killmail', not 'KillMail' (camelcase vs lowercase).","wrong":"from killtracker.models import KillMail","symbol":"Killmail","correct":"from killtracker.models import Killmail"}],"quickstart":{"code":"from django.conf import settings\nINSTALLED_APPS = settings.INSTALLED_APPS + ['killtracker', 'django_celery_beat']","lang":"python","description":"Add to Django settings INSTALLED_APPS. Requires Alliance Auth >= 3.0. Run migrations and collectstatic after."},"warnings":[{"fix":"Replace 'aa_killtracker' with 'killtracker' in INSTALLED_APPS.","message":"In version 1.x, the app name changed from 'aa_killtracker' to 'killtracker'. If you still have 'aa_killtracker' in INSTALLED_APPS, it will break.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Enable 'Server Members Intent' and 'Message Content Intent' in Discord Developer Portal.","message":"The Discord bot requires specific intents to be enabled in your Discord Developer Portal. Missing intents cause silent failures.","severity":"gotcha","affected_versions":"all"},{"fix":"Replace with 'from killtracker.tasks import update_killmails_batch'.","message":"Function 'killtracker.tasks.update_killmails()' is deprecated in 1.4.0. Use 'killtracker.tasks.update_killmails_batch()' instead.","severity":"deprecated","affected_versions":">=1.4.0"}],"env_vars":null,"search_vec":"'1.4.0':17 'aa':2 'aa-killtrack':1 'allianc':11 'allianceauth':23 'app':5 'auth':12 'cadenc':19 'current':15 'discord':14,28 'django':29 'eve':25 'eve-onlin':24 'irregular':20 'killmail':8,27 'killtrack':3 'minor':21 'onlin':26 'releas':18 'run':7 'tracker':9 'updat':22 'version':16","created_at":"2026-05-01T17:42:23.169613+00:00","updated_at":"2026-05-01T17:42:23.169613+00:00","problems":{"verify_error":"× Failed to build `mysqlclient==2.2.8`\n  ├─▶ The build backend returned an error\n  ╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)\n\n      [stdout]\n      Trying pkg-config --exists mysqlclient\n      Command 'pkg-config --exists mysqlclient' returned non-zero exit status\n      "},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://gitlab.com/ErikKalkoken/aa-killtracker","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/aa-killtracker/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crm-productivity","communication"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"install_fail","verified_at":"2026-06-28","last_verified":"2026-06-28","next_check":"2026-07-06","install_tag":null}}