Roberto02800/turnstile-token
A small Python CLI and library for Cloudflare Turnstile token - discover the sitekey, create a cf-turnstile-response token, and replay the browser identity
About the project
A dependency-free Python client and CLI for obtaining Cloudflare Turnstile tokens via the paid Clearance API: it discovers the sitekey on a page, solves the challenge, and returns the token together with the browser fingerprint it was earned with.
Useful for
- Obtain a cf-turnstile-response for a login form and replay it with the matching TLS and HTTP/2 fingerprint
- Discover the Turnstile sitekey on a page with the discover command instead of parsing HTML manually
- Verify an existing token's validity using the verify command
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 45 stars so far today, about 73 expected by the end of the day.
- The repository is 0 days old and already has 142 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #100.
- About 280 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 142
- Today
- 45 · ≈ 73 by evening
- Forks
- 23
- Issues and pull requests
- 0
- Watchers
- 8
- Language
- Python
- License
- MIT
- Created
- September 26, 2026
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026Top new repositories this week: #100
Similar by description
-
6.6
jamespolyakov9829/captcha-api
Dependency-free Python client and CLI for the Clearance captcha-solving API: one interface for Cloudflare Challenge and Turnstile with cost tracking and concurrent batch solves.
-
0.0
janice20435/cf-turnstile-token
A Python CLI that discovers the Cloudflare Turnstile sitekey on a page and fetches a ready cf-turnstile-response token via the Peak API for scripts, tests and CI.