5S6/Roblox-Group-Finder ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that finds ownerless Roblox groups and sends the results to a Discord webhook.
I want it to scan through a range of group IDs that I can easily change in the script, then check which groups appear to have no owner. If a group is locked, skip it so it does not get reported. When it finds a valid result, post the group info to my Discord webhook in a clean message.
Keep it easy to run and straightforward to edit, since I just want to change the scan range and webhook and let it go. If you need to look up any current Roblox or webhook details online, go ahead. Also make it work well as a small single file script that I can run locally or on Replit without a lot of setup.
Are you gonna build this?
make sure you review the code using coderabbit