Skip to main content

Jay's Army Tools plugin for Alliance Auth.

Project description

Jay's Army Tools for Alliance Auth

aa-jays-tools is an Alliance Auth plugin that currently provides:

  • Discord recruiter helper commands (via allianceauth-discordbot cogs)
  • Secure Groups smart filters for recruitment activity and low skill points

release python django license

Contents

Overview

This plugin extends Alliance Auth with small operational tools used by Jay's Army workflows. It integrates through Alliance Auth hooks in jaystools/auth_hooks.py and keeps optional integrations guarded by install checks.

Features

  • Registers a Discord cog (jaystools.cogs.me_recruter) through the discord_cogs_hook
  • Registers Secure Groups smart filters through secure_group_filters when securegroups is installed
  • Provides a RecruitmentFilter based on approved HR applications in a configurable time window
  • Provides a CharacterSkillPointFilter (when memberaudit is installed) to match users below a skillpoint threshold

Requirements

  • Alliance Auth 4.x
  • allianceauth-discordbot (optional, required for Discord cog usage)
  • allianceauth-secure-groups (optional, required for smart filters)
  • aa-memberaudit (optional, required for CharacterSkillPointFilter)

Installation

1 - Install the package

pip install aa-jays-tools

2 - Add app to Alliance Auth

Add jaystools to INSTALLED_APPS in your local.py:

INSTALLED_APPS += [
    "jaystools",
]

3 - Run migrations and collect static files

python manage.py migrate
python manage.py collectstatic

4 - Restart services

Restart web and worker processes so hooks and app registration are loaded.

Configuration

Required settings for Discord recruiter cog

If you use the recruiter cog, define these settings in your host AA local.py:

# Command scope (single guild or list)
DISCORD_GUILD_ID = "1234567890"
# DISCORD_GUILD_IDS = [1234567890, 9876543210]

# Recruiter workflow channels/roles
RECRUIT_CHANNEL_ID = 123456789012345678
RECRUITER_GROUP_ID = 987654321098765432

jaystools.app_settings.get_all_servers() merges DISCORD_GUILD_IDS and DISCORD_GUILD_ID for command registration.

Optional integration behavior

  • If securegroups is not installed, no smart filter hook is exported.
  • If memberaudit is not installed, CharacterSkillPointFilter is not exported.

Smart filters

RecruitmentFilter

Model: jaystools.models.smart_filters.RecruitmentFilter

Checks whether a user approved at least recruitments_needed HR applications within the last days.

CharacterSkillPointFilter

Model: jaystools.models.smart_filters.CharacterSkillPointFilter

Available only with memberaudit installed. Matches users with at least one character at or below sp_threshold. Can optionally ignore alts (ignore_alts=True) and evaluate mains only.

Discord recruiter cog

Cog module: jaystools.cogs.me_recruter

Registered commands include:

  • slash command: me_recruter
  • message context command: Créer un fil de recrutement
  • user context command: Me Recruter

Each command creates a private recruitment thread in RECRUIT_CHANNEL_ID and pings RECRUITER_GROUP_ID.

Development

This repository includes a standard Alliance Auth plugin test layout:

  • tox.ini
  • runtests.py
  • testauth/
  • jaystools/tests/

Run tests:

python -u runtests.py jaystools.tests -v 2

Run lint:

pylint jaystools

If tox is installed:

tox -e py312-django42
tox -e pylint

Changelog

See CHANGELOG.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_jays_tools-1.0.7.tar.gz (26.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_jays_tools-1.0.7-py3-none-any.whl (38.4 kB view details)

Uploaded Python 3

File details

Details for the file aa_jays_tools-1.0.7.tar.gz.

File metadata

  • Download URL: aa_jays_tools-1.0.7.tar.gz
  • Upload date:
  • Size: 26.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aa_jays_tools-1.0.7.tar.gz
Algorithm Hash digest
SHA256 a7f575ad52feaa23309b5c7d17413e843e8f2d5394493ee0739e8a212b2c75ff
MD5 0469e9f4a9a540bf0c44b9c013022ef1
BLAKE2b-256 09c52987d66f29f9f2d2217cdc239336f7f78bba7fcb9d5730244db424ff04b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_jays_tools-1.0.7.tar.gz:

Publisher: publish.yml on hermesdj/aa-jays-tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aa_jays_tools-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: aa_jays_tools-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aa_jays_tools-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6730d5a5bd14fc69fde6f0645791375279aae30cc62cdd43a3032811385c0b69
MD5 75003c2b45d82846f8dbc9050bed8c5f
BLAKE2b-256 23bd29f53279560f036e211d109320b83434a2779e3ab68a3ac8c0d82ea6c394

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_jays_tools-1.0.7-py3-none-any.whl:

Publisher: publish.yml on hermesdj/aa-jays-tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page