Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imAETHER authored Dec 22, 2022
1 parent de9b8b8 commit c03c555
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# MultiWebhookSpammer
A discord/guilded webhook spammer that can spam multiple webhooks at a time, with a UI
## <p align="center">🧪 MultiWebhook Spammer</p>

<img src="https://user-images.githubusercontent.com/36291026/209234406-6d668e79-2abb-4ccc-aa5a-a2dfb92cd88e.png">

My multi-webhook spammer now made in Go with a simple UI!

# Features
* Manual Input
* Paste in multiple webhooks in a textbox and press <kbd>CTRL+S</kbd> to start spamming.
* Load from file
* Load many webhooks from a file, each separated with a newline.
* Live webhook status and info display
* Shows the status of the current webhooks with colors:
* 🔴 deleted/invalid
* 🟣 ratelimited
* 🟢 valid and alive

## TODO
- [ ] Dynamic alignment
- [ ] Spam Message customization

## Known bugs
* Webhooks are only stacked horizontally, will overflow if the window size is too small

0 comments on commit c03c555

Please sign in to comment.