https://github.com/axthonyv/webhook-spammer
A Discord webhook spammer tool with webhook deletion capability. Simple and efficient CLI interface built in Python.
https://github.com/axthonyv/webhook-spammer
discord-spammer discord-tool discord-webhook discord-webhook-spammer spammertools webhook-deletion webhook-manager webhook-tool
Last synced: 3 months ago
JSON representation
A Discord webhook spammer tool with webhook deletion capability. Simple and efficient CLI interface built in Python.
- Host: GitHub
- URL: https://github.com/axthonyv/webhook-spammer
- Owner: AxthonyV
- Created: 2025-01-11T19:36:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T07:41:38.000Z (5 months ago)
- Last Synced: 2025-01-22T04:17:05.941Z (5 months ago)
- Topics: discord-spammer, discord-tool, discord-webhook, discord-webhook-spammer, spammertools, webhook-deletion, webhook-manager, webhook-tool
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Webhook Tool 🚀

---
### A powerful and efficient Discord webhook management tool written in Python.
[Features](#features) •
[Installation](#installation) •
[Usage](#usage) •
[Support](#support)---
## ✨ Features
- **Webhook Spam**: Send multiple messages to a webhook with customizable delay
- **Webhook Deletion**: Easily delete unwanted webhooks
- **User-Friendly Interface**: Clean CLI interface with colored output
- **Error Handling**: Robust error handling for all operations## 🚀 Quick Start
### Prerequisites
```bash
Python 3.10+
pip (Python Package Installer)
```### Installation
```bash
# Clone the repository
git clone https://github.com/AxthonyV/webhook-spammer.git# Navigate to project directory
cd webhook-spammer# Install dependencies
pip install -r requirements.txt
```## 💻 Usage
Launch the tool with a single command:
```bash
python webhook.py
```The interactive CLI will guide you through:
1. Enter webhook URL
2. Choose between spamming or deleting the webhook
3. Configure spam settings (if selected)## 🤝 Support
Need help? Found a bug? Have a feature request?
- 📫 Open an issue on [GitHub](https://github.com/AxthonyV/webhook-spammer/issues)
- 🌟 Star the repository if you find it useful
- 🔄 Fork and contribute to the project## 👨💻 Author
**AxthonyV**
- GitHub: [@AxthonyV](https://github.com/AxthonyV)## ⚠️ Disclaimer
This tool is for educational purposes only. Use responsibly and in accordance with Discord's terms of service.
---
Made with ❤️ by [AxthonyV](https://github.com/AxthonyV)