D3-vin/Turnstile-Solver-NEW ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python service that can open a real browser, load a page I provide, and return any token or cookie data it can collect for testing. I want a simple local API with one request to start a task and another to check the result, so I can integrate it into other tools easily.
It should support running several tasks at once, let me choose the browser, work with proxies, and optionally show the browser window for debugging. Keep everything in memory so there’s no database to set up, and make the logs quiet by default but easy to turn on when I need to troubleshoot. If you need to look up current browser automation docs online, feel free to do that.
Are you gonna build this?
make sure you review the code using coderabbit