A multi-functional tool for interacting with Discord webhooks. It allows you to send messages, update webhook profiles, and manage configurations efficiently. This script supports advanced features like rate limit detection, logging, and real-time status tracking.
-
Send Messages to Webhooks
Broadcast custom messages to multiple Discord webhooks with configurable delay and retry mechanisms. -
Rate Limit Detection
Automatically detects and handles Discord rate limits (429
responses). -
Webhook Profile Updates
Modify the webhook's name and avatar with a simple configuration. -
Status Dashboard
Track the total messages sent, failures, and execution time. -
Invalid Webhook Removal
Automatically removes invalid webhooks from the configuration file. -
Flexible Logging
Support for multiple logging levels (INFO
,DEBUG
,ERROR
, etc.). -
Configuration Validation
Ensures the configuration file is valid before executing.
- spammer.log Always check the 'spammer.log' file for errors as its an easier and user friendly way to manage and handle errors without changing the programs code
- Clone the Repository
git clone https://github.com/pyinstance/daisy-webhook-spammer cd daisy-webhook-spammer