Skip to main content

Activity monitoring app for Alliance Auth

None

Project description

AA Inactivity

This is a player activity monitoring plugin app for Alliance Auth (AA).

release License python django pre-commit Code style: black

Content

Features

  • Notify users inactive for a specified time.
  • Notify administrators when users meet an inactivity threshold.
  • Keep track of leave of absence requests.
  • Notify administrators when leave of absence requests are created or approved.

Installation

Requirements

This app needs Member Audit (and optionally, but ideally, DiscordBot) to function. Please make sure they are installed before continuing.

Step 1 - Install the Package

Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI:

pip install aa-inactivity

Step 2 - Config

Add inactivity to your INSTALLED_APPS, and add the following task definition:

CELERYBEAT_SCHEDULE['inactivity_check_inactivity'] = {
    'task': 'inactivity.tasks.check_inactivity',
    'schedule': crontab(minute=0, hour=0),
}

Step 3 - Finalize App Installation

Run migrations:

python manage.py migrate
python manage.py collectstatic

Restart your supervisor services for Auth

Permissions

This app uses permissions to control access to features.

Name Purpose Code
general - Can access this app Enabling the app for a user. This permission should be enabled for everyone who is allowed to use the app basic_access
general - Can manage leave of absence requests Allows a user to approve/deny loa requests. manage_leave

Project details

None

Download files

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

Source Distribution

aa-inactivity-0.1.0a6.tar.gz (77.1 kB view hashes)

Uploaded Source

Built Distribution

aa_inactivity-0.1.0a6-py3-none-any.whl (86.0 kB view hashes)

Uploaded Python 3

Supported by

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