allianceauth-signal-pings

Pings for Signals!


License
MIT
Install
pip install allianceauth-signal-pings==0.0.11

Documentation

Signal Pings

This is a simple plugin for Alliance Auth to send a "signal" to a discord webhook when a user does something in auth.

Current Signals

  • Group Join / Group Leave
  • HR applications
  • Timerboard Create/Update/Deletes
  • Fleet Operation Create/Update/Deletes
  • CharacterOwnership Gain and Losses
  • SRP Requests with (WIP: Discord @mentions)

TODO/Wishlist

  • Some translations

Setup

  1. pip install allianceauth-signal-pings
  2. add 'signalpings', to INSTALLED_APPS in your local.py
  3. migrate database and restart auth
  4. Setup your webhooks in the admin panel
  5. setup signals to ping for in the admin panel
  6. prepare for pingagedon.

Pics

Admin Create Webhooks

Imgur

Admin create groups to signal

Imgur

Pings

Imgur

Contribute

All contributions are welcome, but please if you create a PR for functionality or bugfix, do not mix in unrelated formatting changes along with it.