Discord Webhook Scraper

Yes, I made a Discord webhook scraper It literally scrapes webhooks from: https://github.com/search?l=Python&o=desc&p=1&q=discord.com%2Fapi%2F&s=indexed&type=Code
Then it check’s if valid using requests. The reason I made this program was b/c awhile ago, I had a webhook on my GitHub page (for my site) and a dude scraped it with a whole bunch of other webhook’s and spammed them then deleted them. My program doesn’t spam though b/c I’m not trying to break TOS. :))

FindHooks

2 Likes

so what would this be useful for? sorry idek what a webhook even is xD

2 Likes

I do this so I can tell people that they have valid webhooks in their repos, this allows me to make sure they don’t get their webhook absolutely destroyed (spammed).


2 Likes