Skip to content

A simple script that'll let you test your webhook ratelimit

License

Notifications You must be signed in to change notification settings

Tr0llie/Webhook_Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Webhook_Tester

A simple script that'll let you test your webhook ratelimit

NOTE

DO NOT USE THIS TO ABUSE SOMEONE's WEBHOOK.

I am not responsible for any of the damage caused

This repo is use for testing webhooks, not spamming them.

Gooluck!

Startup

Clone using ssh git clone [email protected]:Tr0llie/Webhook_Tester.git

Clone using https git clone https://github.com/Tr0llie/Webhook_Tester.git

Clone using gh cli gh repo clone Tr0llie/Webhook_Tester

(or) download the repo as a .zip file https://github.com/Tr0llie/Webhook_Tester/archive/refs/heads/main.zip

Then

make a virtual env so the python script can run correctly

Then pip install requests

Configure

In the var named WEBHOOK, insert your webhook url

in the var named PAYLOAD, insert your needed context

The BATCH var is for how many message should be sent per batch, This is to test the rate limit of the webhook.

The INTERVAL var is how many second the program should wait before sending another request. This is used to test rate limit of xyz webhook

To stop the program Ctrl+C

About

A simple script that'll let you test your webhook ratelimit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages