Skip to content

stainowy/WebhookWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webhook Writer

Webhook Writer is a tool for mass sending messages to a Discord webhook. It allows you to quickly and easily spam a webhook with a specified number of messages.


Getting Started

It's very simple! Just follow these steps:

  1. Download the program files from this repository.
  2. Make sure you have the required libraries installed: requests, art, colorama.
    • You can install them using the following command:
      pip install requests art colorama
  3. Run the program and follow the console instructions:
    python main.py

Features

  • Sending messages to a Discord webhook
  • Specifying the number of sent messages
  • Clear console interface with colors

Configuration

The program requires no additional configuration and works immediately upon launch.

After running the program, simply provide:

  1. The Discord webhook URL.
  2. The message content.
  3. The number of repetitions.

Important Information

  • The program operates based on public Discord webhooks. Keep in mind that spamming may result in the webhook being blocked.
  • The author is not responsible for any misuse of this tool.

❤ Made with passion by @stainowy