allianceauth-signal-pings


Nameallianceauth-signal-pings JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/pvyParts/allianceauth-signal-pings
SummaryPings for Signals!
upload_time2024-02-28 10:35:04
maintainer
docs_urlNone
authorAaron Kable
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Signal Pings

This is a simple plugin for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth) 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](https://i.imgur.com/CgoA7za.png)

### Admin create groups to signal

![Imgur](https://i.imgur.com/R7Fb7S9.png)

###  Pings

![Imgur](https://i.imgur.com/UfojsOk.png)

## 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pvyParts/allianceauth-signal-pings",
    "name": "allianceauth-signal-pings",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aaron Kable",
    "author_email": "aaronkable@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/ec/4b7ffbdf6b19942c574fd48301182865be0854573d1b25f822c2857b2c10/allianceauth-signal-pings-0.0.11.tar.gz",
    "platform": null,
    "description": "# Signal Pings\n\nThis is a simple plugin for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth) to send a \"signal\" to a discord webhook when a user does something in auth.\n\n## Current Signals\n\n- Group Join / Group Leave\n- HR applications\n- Timerboard Create/Update/Deletes\n- Fleet Operation Create/Update/Deletes\n- CharacterOwnership Gain and Losses\n- SRP Requests with (WIP: Discord @mentions)\n\n## TODO/Wishlist\n\n- Some translations\n\n## Setup\n\n1. `pip install allianceauth-signal-pings`\n2. add `'signalpings',` to INSTALLED_APPS in your local.py\n3. migrate database and restart auth\n4. Setup your webhooks in the admin panel\n5. setup signals to ping for in the admin panel\n6. prepare for pingagedon.\n\n## Pics\n\n### Admin Create Webhooks\n\n![Imgur](https://i.imgur.com/CgoA7za.png)\n\n### Admin create groups to signal\n\n![Imgur](https://i.imgur.com/R7Fb7S9.png)\n\n###  Pings\n\n![Imgur](https://i.imgur.com/UfojsOk.png)\n\n## Contribute\n\nAll contributions are welcome, but please if you create a PR for functionality or bugfix, do not mix in unrelated formatting changes along with it.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pings for Signals!",
    "version": "0.0.11",
    "project_urls": {
        "Homepage": "https://github.com/pvyParts/allianceauth-signal-pings"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0eec4b7ffbdf6b19942c574fd48301182865be0854573d1b25f822c2857b2c10",
                "md5": "79f67238aaa4763db65d60d73bb7bfb5",
                "sha256": "4c846f9c53056e8bd203682ab11aa97518c3b41fc1abd37ddab98c3042238c0b"
            },
            "downloads": -1,
            "filename": "allianceauth-signal-pings-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "79f67238aaa4763db65d60d73bb7bfb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10429,
            "upload_time": "2024-02-28T10:35:04",
            "upload_time_iso_8601": "2024-02-28T10:35:04.143975Z",
            "url": "https://files.pythonhosted.org/packages/0e/ec/4b7ffbdf6b19942c574fd48301182865be0854573d1b25f822c2857b2c10/allianceauth-signal-pings-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 10:35:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pvyParts",
    "github_project": "allianceauth-signal-pings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "allianceauth-signal-pings"
}
        
Elapsed time: 2.42378s