Skip to main content

aa-eveunicalendar plugin app for Alliance Auth.

Project description

EVE Uni Calendar Plugin for Alliance Auth

This plugin app for Alliance Auth displays Eve University's Discord events in a calendar view, making it easy to keep track of scheduled activities.


Features

  • Displays Eve University's Discord events in a visually appealing calendar view.
  • Fully integrated with Alliance Auth and leverages Discord data.
  • Supports logging events to Google Sheets for historical tracking.

Installation

  1. Add the app to INSTALLED_APPS: Add eveunicalendar to the INSTALLED_APPS section of your settings.py:

    INSTALLED_APPS += [
        'eveunicalendar',
    ]
    
  2. Apply migrations and collect static files: Run the following commands:

    python manage.py migrate
    python manage.py collectstatic
    

Configuration

  1. Ensure Discord integration is enabled in Alliance Auth.

  2. Set the following environment variables in your local.py or .env file:

    • DISCORD_GUILD_ID: Your Eve University Discord server ID.
    • DISCORD_BOT_TOKEN: A valid bot token with permission to read scheduled events.
  3. Configure Google Sheets integration: Place your credentials.json file (from Google Sheets API setup) in the same directory as your local.py file, and add the following configuration to your local.py:

    import os
    
    BASE_DIR = os.path.dirname(os.path.abspath(__file__))
    GOOGLE_CREDENTIALS_FILE = os.path.join(BASE_DIR, 'credentials.json')
    

Optional config setting

Defaults are shown when not present.

GOOGLE_ACTIVE_SHEET = 'Current'
GOOGLE_ARCHIVE_SHEET = 'Archive'

Celery Integration

Add the following task to your Celery Beat schedule to fetch events hourly:

from celery.schedules import crontab

CELERYBEAT_SCHEDULE["populate_events"] = {
    "task": "eveunicalendar.tasks.populate_events",
    "schedule": crontab(minute=0),  # Runs hourly
}

Ensure your Celery worker and Celery Beat services are running to sync events automatically.


Support

For questions, issues, or feature requests, please contact the Eve University development team or submit an issue on the project's repository.

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_eveunicalendar-0.9.0.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

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

aa_eveunicalendar-0.9.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file aa_eveunicalendar-0.9.0.tar.gz.

File metadata

  • Download URL: aa_eveunicalendar-0.9.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aa_eveunicalendar-0.9.0.tar.gz
Algorithm Hash digest
SHA256 c6a77f8d274a0790652605932596b1237ea5a116ff27fa982ff4a7bc390032a3
MD5 c5746c7648fdfd86df0211c68e99a558
BLAKE2b-256 0ae596b8f6b48824538581cafc976076d7e21bbcfbfd59590fd04068fd04c0d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_eveunicalendar-0.9.0.tar.gz:

Publisher: python-publish.yml on EVE-University/aa-eveunicalendar

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_eveunicalendar-0.9.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aa_eveunicalendar-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5a6ecbb03ebba9ec44f537e8ae642ea0284e7ceb0da38acd2817600d1b4dd91
MD5 c930a8112b3655d50fb3a316bc043da9
BLAKE2b-256 c84a2ee6710aa95b6455ccad2ba0dcb3d290a0b866d8a8652c6ae667f6af14a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_eveunicalendar-0.9.0-py3-none-any.whl:

Publisher: python-publish.yml on EVE-University/aa-eveunicalendar

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