https://github.com/euro-pol/turnaround-api
Cloudflare Turnstile solving API
https://github.com/euro-pol/turnaround-api
captcha captcha-solving turnstile turnstile-captcha-solver
Last synced: 4 months ago
JSON representation
Cloudflare Turnstile solving API
- Host: GitHub
- URL: https://github.com/euro-pol/turnaround-api
- Owner: Euro-pol
- Created: 2023-09-03T13:37:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T17:28:37.000Z (about 1 year ago)
- Last Synced: 2025-07-19T15:52:04.419Z (11 months ago)
- Topics: captcha, captcha-solving, turnstile, turnstile-captcha-solver
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 82
- Watchers: 3
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# turnaround-api
Cloudflare turnstile solver API, based on [turnaround](https://github.com/Body-Alhoha/turnaround). Made using Python & flask
*Public instance is no longer active
# Sponsor
Since I don't really mantain this repo anymore, if you need something reliable you should try out CapSolver
## Example
Python code example [here](https://github.com/Euro-pol/turnaround-api/blob/main/example.py)
## Installing
First, install the requirements:
```bash
pip install -r requirements.txt
```
If it's your first time running playwright or you're using a virtual environment, you'll need to install the playwright browser:
```bash
python -m playwright install
```
Then, run the server:
```bash
python main.py
```
The server will be running on port 5000 by default, you can change it in main.py.
## Contributing
Contributions are welcome, feel free to open a pull request or an issue
## Images



## Credits
[turnaround](https://github.com/Body-Alhoha/turnaround/) for the original solver