aa-wanderer-leaderboard
Mapping contribution leaderboard for a Wanderer map, by month or by week, as an Alliance Auth app.
Wanderer already totals mapping contributions — but it totals them per character, and it has no way of knowing that six characters are one person. Alliance Auth does: it is the authoritative record of mains and alts. This app reads Wanderer's audit API and rolls the numbers up per main, so a scanning reward program pays out from one table instead of being reconciled by hand.
Features
- Contributions credited to the person, not the character — alts roll up to their Alliance Auth main, with each character listed under the row
- Characters Alliance Auth does not know get their own row, marked unlinked
- Systems, connections and signatures, each split into created, updated and deleted, plus a total
- One month or one week at a time, ranked, with the previous and next period a click away. Weeks run from Monday downtime to the next Monday downtime (11:00 UTC), so a week never turns over mid-session
- Optionally limited to your own alliances: an admin lists the tickers, and the board shows only people whose Alliance Auth main is in one of them. Configure none and it shows everyone, as before
- Track several maps and pick between them on the page
For server admins
Nothing runs in the background and nothing is stored. Opening the page makes at
most one call to Wanderer for the selected map, and both that response and the
finished table are cached for five minutes
(WANDERER_LEADERBOARD_CACHE_TTL). Paging between months or weeks inside that
window costs no further calls, and the cache is shared, so a hundred people
watching the leaderboard cost the same as one. Editing a map's URL or API key
discards what the old ones fetched.
Wanderer only serves a rolling three month window, so older months and weeks cannot be shown; the page says so rather than displaying a misleading zero.
Installation
pip install -U aa-wanderer-leaderboard
Add wanderer_leaderboard to INSTALLED_APPS, then:
python manage.py migrate
Optional settings in local.py:
WANDERER_LEADERBOARD_API_TIMEOUT = 30 # seconds
WANDERER_LEADERBOARD_CACHE_TTL = 300 # seconds a response is reused
Everything else is per map and lives in the admin. No database link to Wanderer is required.
Setup
- Copy a map's API key from Wanderer's map settings.
- In the Django admin, add a tracked map: its slug or map ID, the base URL of the Wanderer instance, and the API key. The Test the API key against Wanderer action confirms it works.
- Grant users
wanderer_leaderboard | general | Can access the Wanderer Leaderboard. The menu entry appears for them. - Optional: to limit the board to your own alliances, add their tickers under
Wanderer Leaderboard → Tracked alliances (e.g.
GEESE,THUGS). Leave this list empty to rank everyone who shows up in the audit log.
The base URL is called from the Alliance Auth server, not from your browser, so it has to be reachable from there — behind Docker that is usually the Wanderer service name rather than the localhost address you use in the browser.
Pick a map, then Month or Week, on the page. One map is shown at a time.
Limiting the board to your alliances
With at least one active entry under Tracked alliances, the board shows only contributors whose Alliance Auth main character is in one of those alliances. Everyone else is left off, and the page says how many were hidden rather than pretending the map was quiet.
For a contributor Auth knows, the alliance is read from their main, never from
the character that did the scanning, so an alt parked in a holding alliance does
not move its main off the board. For a contributor Auth has no main for, the
alliance Wanderer reports for the scanning character is used instead, and the
row keeps its unlinked badge. Most people who scan for an alliance never
register in Auth, so judging them by a main they do not have would hide most of
the alliance.
One consequence: if Auth's copy of someone's main is stale and carries no alliance, that registered person drops off a filtered board while unregistered characters stay on it. Running Auth's character update fixes it.
Tickers are matched case-insensitively and stored upper case. Nothing validates
that a ticker exists — a typo simply matches nobody — so the admin list shows a
Registered mains count beside each entry, which reads 0 — check the ticker
when nothing matches.
Tests
DJANGO_SETTINGS_MODULE=testauth.settings.local python runtests.py wanderer_leaderboard
Needs allianceauth and a reachable Redis; override with
TESTAUTH_REDIS_URL=redis://aa_redis:6379/15.
Credits
Counts events produced by Wanderer. Project layout follows allianceauth-workflows and Kalkoken's aa-example-app.
Release files for aa-wanderer-leaderboard 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aa_wanderer_leaderboard-0.3.0.tar.gz | 46.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aa_wanderer_leaderboard-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 85.1 kB
Release files / aa_wanderer_leaderboard-0.3.0.tar.gz
| Download URL | aa_wanderer_leaderboard-0.3.0.tar.gz |
|---|---|
| Size | 46.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
33592810c7ac23ccb5b62f7b91fe258ef7f606a8e13a6d414403302b21d3cdbf
|
|
BLAKE2b-256 checksum How to use checksums |
de8720d2cb79d69f7f0b5baa1f69f27d07fddb12d5237b94a948f534e16c25fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 23, 2026.
Transparency logRelease files / aa_wanderer_leaderboard-0.3.0-py3-none-any.whl
| Download URL | aa_wanderer_leaderboard-0.3.0-py3-none-any.whl |
|---|---|
| Size | 38.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4c98e2b390c71f0a9e015845b31741cb25470d5996d93652a2dc491bf431c732
|
|
BLAKE2b-256 checksum How to use checksums |
8ec8f764af525013e6090d4039377c88e1d913af3dbade447055137318101267
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 23, 2026.
Transparency log