kxndemir/Discord-Vanity-URL-Sniper — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python Discord vanity URL checker and claimer for my own server. I want to give it my Discord token, my server ID, a webhook URL, a list of vanity names to watch, and a delay between checks. It should keep checking those vanity URLs, and if one looks available, try to claim it for the server.
Please make it fast without being messy, using async requests and safe delays so it is not just hammering Discord. If something works or fails, send a clear message to the webhook so I know what happened. Add basic error handling so the app does not crash from one bad request, and make the settings easy to edit at the top of the file.
Keep it small and easy to run from the terminal with a requirements file. This is for learning and for a server I control, so do not add anything meant to bypass limits or hide abuse. Look up current Discord docs if needed.
Want more depth? Deep Reverse