A Django app to send any exception to discord channel.
Project description
A Django app to send any exception to a Discord channel.
Introduction
alert-wing is a Django app that allows you to send any exception to various apps, such as Discord. You can easily implement the functionality you need for each app.
Quick start
Add “alert-wing” to your INSTALLED_APPS setting in your Django project’s settings file:
INSTALLED_APPS = [ ..., "alert-wing", ]
Set the DISCORD_WEBHOOK_URL variable in your Django settings. This is the URL of the Discord webhook you want to use for sending exceptions.
Use the DiscordEmbedManager class to create a Discord Embed object, and then use the Discord delivery method to send the exception to your Discord channel using the webhook.
Documentation
For detailed documentation and usage instructions, please refer to the “docs” directory.
Requirements
django ~= 4.1.5
discord.py ~=2.2.3
requests ~=2.28.2
License
This project is licensed under the MIT License.
Contributing
We welcome contributions! Please refer to the “CONTRIBUTING.md” file for more information.
Bug Reports and Feature Requests
Please use the GitHub issue tracker to report any bugs or submit feature requests.
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
File details
Details for the file django-alert-winglet-0.1.tar.gz
.
File metadata
- Download URL: django-alert-winglet-0.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 722b65df3f43fe7eccb27e1f8911f5d2c130bc84170a2a899292dc4f3ae6fa4b |
|
MD5 | 10470b3f4ba66ccc51c0a4c6eb137b31 |
|
BLAKE2b-256 | 70424f62a686857078bf19e063931ba0f65d4eebeb1ecd85825b93f310c9f7c3 |