Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 3.87 KB

README.MD

File metadata and controls

88 lines (68 loc) · 3.87 KB

Discord WebHook Tool

Discord WebHook Tool is a tool for sending messages, links and/or embeds with ease through any discord webhook URL of your choice.

Audience

for people who are not familiar at all with programming or for people who have limited to no technical background.

Questions some people might have
what is discord?
what is a DM?
What is an embed?

dependencies

Installation

instructions are made for Windows users
for Linux users, you know your ways 🙂

If you don't know how to install apps / programs on your PC, here's a useful link

1.) Install the Latest Python version, if you haven't already

2.) Press Windows logo key + X

  • Click "Windows Terminal" or "Windows Powershell".

    We call this a terminal or command prompt . In this documentation, we use this word to refer to that. It may look a bit techy / complicated. Don't worry.

  • keep the terminal open for now till I say you close it.

3.) Now go to your terminal and Install dhooks, if you haven't already. You can install it by copying the below text and pasting it in your terminal, then finally, hit enter.

python -m pip install dhooks

4.) In your terminal, clone this repository by copying the below text and pasting it in your terminal, then finally, hit enter.

git clone https://github.com/Dr-Insanity/DiscordWebHookTool.git

what is a clone?
This is literally a clone, it makes a complete copy of the repository

5.) You're done! Please proceed to the Usage section below.

Usage

---Usage is even relatively more simple than the installation procedures---

I am assuming you still haven't closed your terminal yet.

Go to the terminal and copy the below text and paste it in your terminal, then finally, hit enter.

cd DiscordWebHookTool

Now, In your terminal, and paste the below text in your terminal, then finally, hit enter.

python DiscordWebHookTool.py

You have now opened the tool and it's initializing
It looks like this:

        ╔═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═╗
        ║                Discord  Webhook Tool                ║
        ║ Sending Embeds, links and messages with ease through║
        ║ a webhook URL of choice!                            ║
        ║                                                     ║
        ║ Not affiliated with Discord Inc. in any way         ║
        ╚═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═╝
        A moment . . .

Now, you're prompted with the following question in your terminal:

What is the webhook's URL? (We'll just assume you gave a functional and existing webhook URL)> 

Now, you are supposed to enter a webhook URL

Once you gave in a webhook URL, in your terminal You can send anything you type in that terminal as the webhook's name in Discord! Ain't that cool?

Features?

I wrote a gist (some kind of document) which you can read to know what exactly you can do, and how you can do it. please read this

Contributing

This project is not open for contribution, as per my preference.

License