Skip to main content

TN-NT customized cogs for aa-discordbot

Project description

Terra Nanotech Discordbot Cogs

Version License Python Django pre-commit pre-commit.ci status Code Style: black Translation status Contributor Covenant Alliance Auth Compatibility

A collection of cogs for AA-Discordbot



Important Information

These Discord bot COGs are specially tailored for the corporation Terra Nanotech. They are COGs of apps we use, so they fit our needs.

[!NOTE]

If you install this app, you need to be aware that there will be no support for any kind of issues you might encounter, and you have to figure it out on your own.

Install

pip install tnnt-discordbot-cogs==2.1.0

In local.py:

INSTALLED_APPS += [
    # ...
    "eve_sde",  # Only if not already added for another app
    "tnnt_discordbot_cogs",
    # ...
]

# This line right below the `INSTALLED_APPS` list, and only if not already added for another app
INSTALLED_APPS = ["modeltranslation"] + INSTALLED_APPS

# Add the following scheduled task, if not already added for another app
# https://github.com/Solar-Helix-Independent-Transport/django-eveonline-sde
if "eve_sde" in INSTALLED_APPS:
    # Run at 12:00 each day
    CELERYBEAT_SCHEDULE["EVE SDE :: Check for SDE Updates"] = {
        "task": "eve_sde.tasks.check_for_sde_updates",
        "schedule": crontab(minute="0", hour="12"),
    }

    # Set the following when you have a bare metal installation, or Docker with a
    # non-standard storage for `myauth`
    ESDE_TASK_SPLIT = True

Run DB migrations and restart supervisor. Now, run the esde_load_sde command to populate the database with the SDE data:

python manage.py esde_load_sde

Commands

Module/Cog Group Command Description
tnnt_discordbot_cogs.cogs.about about Shows information about the bot
tnnt_discordbot_cogs.cogs.admin admin add_role Add a role as read/write to a channel
admin add_role_read Add a role as read only to a channel
admin clear_empty_roles Deletes all roles in the server that have no members
admin commands Returns a list of all slash commands available to the bot
admin demote_from_god Remove admin from a role
admin empty_roles Returns a list of all roles in the server, including those with no members and those without an auth group
admin force_sync Queue update tasks for a character and all their alts
admin get_webhooks Returns a list of all webhooks in the channel
admin new_channel Create a new channel in the specified category and set permissions for the first role
admin orphans Returns a list of all users in the server that do not have a corresponding DiscordUser in Auth
admin promote_to_god Set a role as admin
admin rem_role Remove a role from a channel
admin stats Returns the bot's task statistics, including uptime, task stats, rate limits, and pending tasks
admin sync_commands Sync the bot's commands with Discord
admin uptime Returns the uptime of the bot
admin versions Returns a list of all AA apps and their versions
tnnt_discordbot_cogs.cogs.auth auth Returns a link to the TN-NT Auth System
tnnt_discordbot_cogs.cogs.locate locate Locate a character and all its alts
tnnt_discordbot_cogs.cogs.lookup lookup character Looks up a character in the Auth system and returns information about them
lookup corporation Looks up a corporation and returns information about its members
tnnt_discordbot_cogs.cogs.models models populate Populate Django Models for all channels in the server
tnnt_discordbot_cogs.cogs.price_check price all_markets Check an item price on all major market hubs
price amarr Check an item price on Amarr market
price dodixie Check an item price on Dodixie market
price hek Check an item price on Hek market
price jita Check an item price on Jita market
price plex Check the PLEX price on the global PLEX market
price rens Check an item price on Rens market
tnnt_discordbot_cogs.cogs.recruit_me recruit_me Get hold of a recruiter

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

tnnt_discordbot_cogs-2.1.0.tar.gz (59.3 kB view details)

Uploaded Source

Built Distribution

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

tnnt_discordbot_cogs-2.1.0-py3-none-any.whl (91.9 kB view details)

Uploaded Python 3

File details

Details for the file tnnt_discordbot_cogs-2.1.0.tar.gz.

File metadata

  • Download URL: tnnt_discordbot_cogs-2.1.0.tar.gz
  • Upload date:
  • Size: 59.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tnnt_discordbot_cogs-2.1.0.tar.gz
Algorithm Hash digest
SHA256 77a0b8b3bfe38e0d3fe8bfbdd3f720814f357702871235dba5ecfca444ddeeee
MD5 6a4f30a53e028e81a6a20491bc9f63e9
BLAKE2b-256 14970f4a3b4e156cee7d125a019b767f972b739290ba38645484f477a2f192ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for tnnt_discordbot_cogs-2.1.0.tar.gz:

Publisher: release.yml on terra-nanotech/tn-nt-discordbot-cogs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tnnt_discordbot_cogs-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tnnt_discordbot_cogs-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a1cfeb1730c8aeb08ccf0c3615b37552a6fe7c93065236d39c10a37e3aed48d5
MD5 21b408cbc422bb8cf2de6c661664207b
BLAKE2b-256 2ad44e84c4ced5b8ea17778294d3a3329979fe2c3a4dbed91bafb4790f96c4f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tnnt_discordbot_cogs-2.1.0-py3-none-any.whl:

Publisher: release.yml on terra-nanotech/tn-nt-discordbot-cogs

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