Various helpers for LAWN auth
Project description
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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aa_bothelpers-1.1.0.tar.gz
(19.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aa_bothelpers-1.1.0.tar.gz.
File metadata
- Download URL: aa_bothelpers-1.1.0.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba48782b73cf06ed517d890966d8712f6c15d1ae108933c32a182d1b1e759859
|
|
| MD5 |
3d8c3cfdf11b260a799f0ddd24108603
|
|
| BLAKE2b-256 |
0eaeacf4e98b5f7a5080a7284eeee909e7c1ecd3489577307c9cddb6fa9af351
|
File details
Details for the file aa_bothelpers-1.1.0-py3-none-any.whl.
File metadata
- Download URL: aa_bothelpers-1.1.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fca7b0c218f01d7b95e0cd67d5e8720d894b88583419da996364397957d2628
|
|
| MD5 |
3c383864caff4237e7691f62a2dac09c
|
|
| BLAKE2b-256 |
42196d29112488a61151021a2e34585290a9eeb2f4d80e702d5daa2a7cd29a63
|