Skip to content

A simple python code that spams a defined message in a Discord server. Using a webhook.

Notifications You must be signed in to change notification settings

independent-coder/SpamHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpamHook

SpamHook is a simple Python script for spamming a defined message in a Discord server using a webhook.

Features

  • Sends repetitive messages to a Discord server using a webhook.
  • Easy configuration through environment variables.

Prerequisites

Before using SpamHook, make sure you have the following:

  • Python installed on your machine with python.exe added to PATH.
  • Required Python packages installed. You can install them using the following command:
    pip install discord-webhook python-dotenv colorama

Setup

  1. Clone the repository to your local machine.

    git clone https://github.com/independent-coder/SpamHook.git
  2. Navigate to the project directory.

    cd SpamHook
  3. Create a .env file in the project directory with the following information:

    WEBHOOK_URL=<your_discord_webhook_urls_separated_by_semicolon>
    WEBHOOK_NAME=<your_webhook_name>
    MESSAGE=<your_spam_message>

Usage

  1. Run the script by executing the following command:
    python spamhook.py
  2. Follow the on-screen instructions to set the number of messages to be sent and other configurations.
  3. The script will start spamming the specified message to the Discord server using the configured webhooks.

Disclaimer

This script is intended for educational purposes only. Use it responsibly and respect Discord's Terms of Service.

Author:

Please be aware of the potential consequences of using this script inappropriately. I and contributors are not responsible for any misuse or violation of terms.

About

A simple python code that spams a defined message in a Discord server. Using a webhook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages