Skip to content

secabuser/WebhookSpammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Discord Webhook Spammer

Screenshot of Tool


Features

  • Fast & Multi-threaded

  • Auto Retry on Rate-Limit


Install dependencies using:

pip install -r requirements.txt

How to Use

Linux

Step 1: Install Prerequisites

  1. Verify Python 3.x is installed:

    python3 --version
    
  2. If not installed:

    sudo apt update
    
    sudo apt install python3 python3-pip
    
  3. Install required libraries:

    pip3 install requests user_agent colorama pystyle
    

Step 2: Run the Script

python3 main.py

Step 3: Provide Inputs

  • Webhook URL

  • Message to send

  • Username (optional)

  • Number of messages

  • Number of threads

  • Delay per message

Step 4: View Results

  • See success count and elapsed time in a nice formatted table.

Windows

Step 1: Install Python

Verify installation:

python --version

Step 2: Install Required Libraries

Open cmd and run:

pip install requests user_agent colorama pystyle

Step 3: Run the Script

python main.py

Step 4: Enter Info

Provide:

  • Webhook URL

  • Message content

  • Optional username

  • Number of messages to send

  • Thread count

  • Delay between sends

Step 5: Results

Tool will display results including success count and time taken.


About

πŸ’Ž So Fast, Multi Theard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages