Skip to main content

Skyhook Intel app for Alliance Auth.

Project description

Skyhook Intel

AA module for gathering skyhook timers.

release python django license

Features:

  • Load skyhooks in a constellation/region through admin commands
  • Displays Skyhooks with and without timers in separate tables
  • Extracts data from the information on the skyhook in space window that can be copied to a clipboard

Screenshots

Installation

Step 1 - Check prerequisites

Skyhook Intel is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)

Step 2 - Install app

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

pip install aa-skyhookintel

Step 3 - Configure Auth settings

Configure your Auth settings (local.py) as follows:

  • Add 'skyhookintel' to INSTALLED_APPS

Step 4 - Finalize App installation

Run migrations & copy static files

python manage.py migrate
python manage.py collectstatic --noinput

Restart your supervisor services for Auth.

Step 5 - Load data

You can load data using 2 commands depending on the area you want to cover. Commands can take some time to execute so avoid loading an entire region if you only need a few systems.

Region:

python manage.py skyhook_intel_create_region [[region_id]]

Constellation:

python manage.py skyhook_intel_create_constellation [[constellation_id]]

Once the data is loaded you can add skyhooks owners using in the admin panel.

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_skyhookintel-0.1.1.tar.gz (21.6 kB view hashes)

Uploaded Source

Built Distribution

aa_skyhookintel-0.1.1-py3-none-any.whl (29.2 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