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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T12:29:31.000Z (about 1 year ago)
- Last Synced: 2025-03-02T09:12:38.061Z (7 months ago)
- Topics: captcha, captcha-solving, turnstile, turnstile-captcha-solver
- Language: Python
- Homepage: https://turn.seized.live
- Size: 428 KB
- Stars: 70
- Watchers: 3
- Forks: 20
- Open Issues: 7
-
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