An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Discord Webhook Tool 🚀

![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)
![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)

---
![image](https://github.com/user-attachments/assets/d2560d09-725d-4a98-9c60-16eca2055d19)

### 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

**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)