notifiers icon indicating copy to clipboard operation
notifiers copied to clipboard

Add Support for Discord Webhooks

Open EthanC opened this issue 3 years ago • 2 comments

Discord is a real-time chat platform which serves as a casual, community-oriented alternative to Slack.

Note: For those who are also looking for Discord to be supported by Notifiers, here is a temporary solution; Discord accepts* webhook requests which are compatible with Slack, simply by appending /slack to your webhook url.

EthanC avatar Jun 14 '21 01:06 EthanC

I have written a package that adds Python logging support for Discord webhooks.

It is quite straightforward to integrate, only the webhook URL from Discord channel settings is needed.

miohtama avatar Apr 03 '22 10:04 miohtama

https://github.com/EthanC/Loguru-Discord

EthanC avatar Jul 03 '23 05:07 EthanC