Skip to content

Simple python program to play with discord webhooks, with differents options

License

Notifications You must be signed in to change notification settings

Ramona-Flower/Discord-Webhook-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Webhook Tools

Overview

This Python script allows you to manage Discord webhooks. You can:

  • Modify webhook details (name, avatar, channel).
  • Delete webhooks.
  • Send messages (with or without embeds, username, avatar).
  • Send infinite messages with custom delays (spamming).

Prerequisites

  • Python 3.6+
  • urllib3 library Install urllib3 with:
pip install urllib3

Setup

The first time you run the script, you’ll be prompted to set a username, which will be saved in config.json.

Usage Run the script:

python main.py

Available options:

  • Change Config: Update username (How the program calls you).
  • Discord Webhook Tools: Modify, delete, or send messages via a discord webhook.
  • Open GitHub Repository: Open the project's GitHub.
  • Exit: Close the program.

Webhook Management

  • Input a webhook URL to verify its validity.
  • Modify the webhook's settings or delete it.
  • Send messages with options to customize username, avatar, and attachments. (Embed supports)

Contributing

Fork, improve, or report issues via GitHub.

About

Simple python program to play with discord webhooks, with differents options

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages