Bot helpers
Alliance Auth discord bot "helpers".
Various cogs and scripts to do some basic things between alliance auth and discord via the discord bot. Generally on the small side so not worthy of having their own app.
Features
| Helper | Purpose |
|---|---|
Group Welcome |
Will provide a welcome message in a channel when a user joins a group. Useful for providing further directions to userse joining the group |
discord bot cogs
| Cog | Description |
|---|---|
Links |
Can be access at either /link, /auth, /intel based on wether a link is flagged as an auth link. Links are added via admin |
IT |
Various IT related commands. |
Future features
| Cog | Purpose |
|---|---|
none |
nothing |
Install
- Ensure you have installed and configured the Alliance Auth DiscordBot, https://apps.allianceauth.org/apps/detail/allianceauth-discordbot
- Install the app with your venv active
pip install aa-bothelpers
- Add
'bothelpers',to your INSTALLED_APPS list in local.py. - Add the below lines to your
local.pysettings file, adjust for which cogs you want. Settings for specific cogs are found in cog setup.
BOTHELPERS_COGS = [
"bothelpers.cogs.it",
"bothelpers.cogs.links",
]
- Run migrations
python manage.py migrate - Gather your static files
python manage.py collectstatic(There should be none from this app) - Restart your auth
Settings (local.py)
| Setting | Default | Description |
|---|---|---|
nothing |
nothing |
Permissions
| Perm | Description |
|---|---|
| general.Can use IT commands | provide to anyone that needs to be able to use the IT commands |
Release files for aa-bothelpers 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aa_bothelpers-1.1.0.tar.gz | 19.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aa_bothelpers-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 42.9 kB
Release files / aa_bothelpers-1.1.0.tar.gz
| Download URL | aa_bothelpers-1.1.0.tar.gz |
|---|---|
| Size | 19.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba48782b73cf06ed517d890966d8712f6c15d1ae108933c32a182d1b1e759859
|
|
BLAKE2b-256 checksum How to use checksums |
0eaeacf4e98b5f7a5080a7284eeee909e7c1ecd3489577307c9cddb6fa9af351
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.16
|
Release files / aa_bothelpers-1.1.0-py3-none-any.whl
| Download URL | aa_bothelpers-1.1.0-py3-none-any.whl |
|---|---|
| Size | 23.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0fca7b0c218f01d7b95e0cd67d5e8720d894b88583419da996364397957d2628
|
|
BLAKE2b-256 checksum How to use checksums |
42196d29112488a61151021a2e34585290a9eeb2f4d80e702d5daa2a7cd29a63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.16
|