Registry / communication / aa-fleetpings

aa-fleetpings

JSON →
library3.9.4pypypiunverified

A Fleet Ping Tool for Alliance Auth that enables sending pings via Discord webhooks when fleet operations are created. Current version 3.9.4 supports Python 3.10–3.13 and requires Alliance Auth >=4.9.0. Released monthly or bimonthly since 2021.

communication
pip install aa-fleetpings
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FleetPingsSettingsForm
from fleetpings.admin import FleetPingsSettingsForm
Used to configure webhooks in Django admin.
webhook_send
from fleetpings.utils import webhook_send
Core function; ensure Discord webhook URL is set.

Basic setup: add 'fleetpings' to INSTALLED_APPS, migrate, and configure webhook in admin.

# settings.py INSTALLED_APPS += [ 'fleetpings', ] # Run migrations # python manage.py migrate fleetpings # In admin panel, add a Discord webhook URL under Fleetpings settings.
Debug
Known issues
breakingAs of v3.7.0, the minimum Alliance Auth version is 4.9.0. Older versions will break.
fix
Upgrade Alliance Auth to >=4.9.0 before upgrading this app.
affects: <3.7.0
gotchaWebhook pings only work if a valid Discord webhook URL is set in admin; no error is shown if missing.
fix
Ensure 'EXTERNAL_WEBHOOK_URL' is configured in Fleetpings settings in Django admin.
affects: all
deprecatedThe 'eveuniverse' dependency was removed in v3.9.4. Scripts relying on it will need refactoring.
fix
Remove any imports from 'eveuniverse' and use built-in Fleetpings helpers instead.
affects: <3.9.4
gotchaThe 'allianceauth-app-utils' dependency was removed in v3.9.0. If you use those utilities, install them separately.
fix
If you need app-utils, install with: pip install allianceauth-app-utils
affects: >=3.9.0
Upgrade
Version history
4.0.0latest on PyPI
Audit
Dependencies
allianceauthrequiredRequired: plugin for Alliance Auth, minimum version 4.9.0 as of v3.8.0.
djangorequiredRequired: used for webhook handling and admin integration.
Agent activity
116 hits · last 30 days
node
16
claudebot
4
ahrefsbot
3
bytedance
2
Amazon
1
petalbot
1
amazonbot
1
Resources