https://github.com/cool-dev-guy/futurn
https://github.com/cool-dev-guy/futurn
cloudflare futurn turnstile turnstile-solver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cool-dev-guy/futurn
- Owner: cool-dev-guy
- License: gpl-3.0
- Created: 2024-04-10T08:28:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T17:21:30.000Z (about 2 years ago)
- Last Synced: 2024-04-15T18:37:14.107Z (about 2 years ago)
- Topics: cloudflare, futurn, turnstile, turnstile-solver
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyturner
A cool turnstile bypass.
This is a modified,async and api version of a turnstile bypass algorithm,written in a way that it will give results in `2 to 3` seconds.
## Usage
```
POST https://the-domain-of-deployment.com/turnstile/SITE_ID
data = {
"url":"https://site-that-has-turnstile.com",
"invisible":true
}
```
## How to deploy ?
I have added a dockerfile so just clone and deploy it.
## Thanks
- [Turnstile Solver Algorithm](https://github.com/Body-Alhoha/turnaround/)