jseidl/GoldenEye ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python 3 tool for authorized load testing of my own website.
I want it to take a URL and let me start a bunch of concurrent workers that send repeated HTTP requests so I can see how my server behaves under stress. It should support GET and POST, let me choose how many workers and sockets to use, and have an option to use a custom user agent list or generate random ones if I do not provide one. Please add a debug mode that prints more detail, and a switch to skip SSL certificate checks for test environments.
Make the command line easy to use, with a clear help message and sensible defaults. If there are any current best practices or library updates that would help, look them up online and use them. Keep it straightforward and working from the terminal, with the main script at the project root and any helper code organized neatly.
Are you gonna build this?
make sure you review the code using coderabbit