{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"Send messages to Discord channels via webhooks, with support for embeds, files, threads, rate-limit handling, and async operations.","skillfed_tags":["discord-integration","webhooks","notifications"],"use_cases":["Send automated alerts or notifications from a monitoring system to a Discord channel without running a persistent bot.","Post build or deployment status updates from CI/CD pipelines directly to Discord.","Create rich formatted messages with embeds, images, and structured fields for logging or reporting.","Distribute files (images, logs, reports) to Discord channels programmatically.","Send messages to specific Discord threads or create new threads in forum channels via webhook."],"what_it_does":"discord-webhook is a Python wrapper around Discord's webhook API that lets you send messages to Discord channels without creating a bot. It handles the HTTP requests to Discord via the requests library and provides a simple object-oriented interface for constructing and sending webhook payloads.\n\nThe package supports basic text messages, rich embeds with custom fields and formatting, file attachments, thread targeting, and automatic rate-limit retry logic. It also includes async variants of its main methods for non-blocking use in async applications. You provide a webhook URL (obtained from Discord server settings), instantiate a DiscordWebhook object with your message content, and call execute() to send it; the package manages serialization, HTTP transport, and response handling.","worth_installing":"Yes. The package is stable, has no known vulnerabilities, low install friction, and a permissive license. Maintenance is aging (no release since March 2025, last commit August 2025), but the repository is active and the core functionality is mature. Install if you need a straightforward way to send Discord webhooks; be aware that updates may be infrequent."},"id":"discord-webhook","links":{"html":"https://skillfed.io/packages/discord-webhook","md":"https://skillfed.io/packages/discord-webhook.md","pypi":"https://pypi.org/project/discord-webhook/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-03-05","license_spdx":null,"license_treatment":"permissive","name":"discord-webhook","python_support":"supports_current","summary":"Easily send Discord webhooks with Python"},"popularity":{"monthly_downloads":899166,"position":4779,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.4.1"}
