davytheprogrammer/Website-Traffic-Generator-web-version ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that lets me enter a website URL and choose how many visits or clicks I want to simulate, then runs a traffic test and shows the results on a dashboard.
I want it to look like real human browsing, with random delays, different user agents, and optional proxy support, so the visits don’t all look identical. It should also show live progress, basic traffic stats, and save the session if it gets interrupted.
Please make it easy to run locally with Python and Flask, with a clean page where I can paste the site, set the count, and start or stop the run. If you need to check current docs or best practices online, feel free to do that. Also make sure it includes a clear warning that it’s only for testing and educational use, not for abuse or violating anyone’s terms.
Are you gonna build this?
make sure you review the code using coderabbit