Cloudflare turnstile solver API, based on turnaround. Made using Python & flask
*Public instance is no longer active
Since I don't really mantain this repo anymore, if you need something reliable you should try out CapSolver
Python code example here
First, install the requirements:
pip install -r requirements.txtIf it's your first time running playwright or you're using a virtual environment, you'll need to install the playwright browser:
python -m playwright installThen, run the server:
python main.pyThe server will be running on port 5000 by default, you can change it in main.py.
Contributions are welcome, feel free to open a pull request or an issue
turnaround for the original solver


