skillfed

allianceauth-discordbot

Alliance Auth Modular Discord Bot

allianceauth-discordbot v5.0.1 256.9K downloads/30d#8,455 on PyPI6
Permissive license Active released

What it is and what it does

AA-Discordbot is a modular Discord bot built on top of Alliance Auth, designed for EVE Online player communities. It bridges Discord and Alliance Auth's Django backend, allowing guild members to look up character affiliations, check sovereignty structures, view timers, and perform price checks directly from Discord. The bot is organized into pluggable cogs (modules) covering member lookup, sovereignty tracking, reminders, market price checks, ticket support, role management, and server administration helpers.

The package is intended for Alliance Auth operators who want to extend their Discord server with EVE-specific functionality. It depends on allianceauth, django-solo, pendulum, and py-cord, and runs as a separate process (via Docker or supervisor on bare metal) that connects to the Alliance Auth Django application to fetch live data. Installation requires configuring Discord intents, adding settings to Alliance Auth's local.py, and optionally setting up Celery task routing for background jobs.

Use it for:

  • Look up a player's main character, affiliation, and linked alts by searching any character name in Discord.
  • Check sovereignty structure vulnerability windows and ADM requirements for your alliance's territory.
  • Create private support tickets as Discord threads with pingable group mentions for recruitment or help requests.
  • Query Jita and Amarr market prices for EVE items without leaving Discord.
  • Automate welcome and goodbye messages when members join or leave the Discord server.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Discord bot framework for Alliance Auth that provides EVE Online player lookup, sovereignty tracking, timers, price checks, and server administration tools via Discord commands and slash commands.

Yes, if you run Alliance Auth and want EVE-specific Discord integration. The bot is actively maintained, has no known vulnerabilities, uses a permissive license, and provides genuine value for alliance communities—member lookup, sov tracking, and price checks are practical tools. Installation requires existing Alliance Auth infrastructure and Discord Developer setup, so it's not a standalone bot; evaluate whether those prerequisites fit your deployment model.

Install

allianceauth-discordbot on PyPI

pip

pip install allianceauth-discordbot

uv

uv add allianceauth-discordbot

poetry

poetry add allianceauth-discordbot

Installing allianceauth-discordbot

Before you install

Low friction installation as a pure Python wheel. Actively maintained with recent commits. Requires Alliance Auth already installed and configured, plus Discord Developer Application setup with privileged intents enabled.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both personal and commercial deployments.

Quickstart

pip install allianceauth-discordbot
# Add 'aadiscordbot' to INSTALLED_APPS in local.py
# Configure settings (ADMIN_DISCORD_BOT_CHANNELS, SOV_DISCORD_BOT_CHANNELS, etc.)
python manage.py migrate
python manage.py run_authbot

Requires Alliance Auth already installed and configured, a Discord Developer Application with all privileged intents enabled, and either Docker or bare-metal supervisor setup to run the bot process.

Verify before relying

  • Whether the bot handles rate limiting gracefully under heavy concurrent command load.
  • Performance characteristics when querying large numbers of characters or structures.
  • Compatibility with recent py-cord versions and any breaking changes.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 4 — allianceauth, django-solo, pendulum, py-cord
Maintenance actively maintained — 27 days since the last release
Last repo commit
First released
Downloads 256,865/month — #8,455 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: allianceauth_discordbot-5.0.1-py3-none-any.whl

Keywords: allianceauth, eveonline

Environment :: Web EnvironmentFramework :: CeleryFramework :: DjangoFramework :: Django :: 4.0Framework :: Django :: 4.2Intended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTopic :: Internet :: WWW/HTTPTopic :: Internet :: WWW/HTTP :: Dynamic Content

Tags

discord bot alliance autheve online discord integrationalliance auth discord commandseve sov tracker discorddiscord bot framework django
eve-onlinediscord-botalliance-auth

More WWW/HTTP packages