{"id":16379469,"url":"https://github.com/body-alhoha/turnaround","last_synced_at":"2025-04-09T17:54:42.432Z","repository":{"id":191507285,"uuid":"684797464","full_name":"Body-Alhoha/turnaround","owner":"Body-Alhoha","description":"A  browser based solver for Turnstile (Cloudflare's captcha)","archived":false,"fork":false,"pushed_at":"2025-04-02T17:05:08.000Z","size":57,"stargazers_count":93,"open_issues_count":1,"forks_count":15,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T18:23:09.259Z","etag":null,"topics":["captcha","cloudflare","solver","turnstile"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Body-Alhoha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-29T21:56:34.000Z","updated_at":"2025-04-02T17:05:11.000Z","dependencies_parsed_at":"2025-02-11T20:31:17.996Z","dependency_job_id":null,"html_url":"https://github.com/Body-Alhoha/turnaround","commit_stats":null,"previous_names":["body-alhoha/turnaround"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Body-Alhoha%2Fturnaround","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Body-Alhoha%2Fturnaround/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Body-Alhoha%2Fturnaround/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Body-Alhoha%2Fturnaround/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Body-Alhoha","download_url":"https://codeload.github.com/Body-Alhoha/turnaround/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083579,"owners_count":21045122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["captcha","cloudflare","solver","turnstile"],"created_at":"2024-10-11T03:48:44.112Z","updated_at":"2025-04-09T17:54:42.424Z","avatar_url":"https://github.com/Body-Alhoha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"/photo_2025-03-18_11-57-05.jpg\" align=\"center\"\u003e\n\u003cspan\u003e(paid ad)\u003c/span\u003e\n\u003ch1\u003eTurnaround\u003c/h1\u003e\nUses \u003ca href=\"https://playwright.dev/\"\u003eplaywright\u003c/a\u003e to automatically solve \u003ca href=\"https://www.cloudflare.com/products/turnstile/\"\u003eTurnstile\u003c/a\u003e\n\n## Installation\npip install -r requirements.txt\n\n## Usage\n```py\nwith sync_playwright() as playwright:\n    s = solver.Solver(playwright, headless=False) # creates a new solver object\n    captcha = s.solve(\"https://modrinth.com/auth/sign-up\", \"0x4AAAAAAAHWfmKCm7cUG869\", invisible=True) # first argument is the website url \u0026 second one is the website sitekey\n    # s.solve will return \"failed\" if it failed to solve the captcha.\n    print(captcha)\n    s.terminate() # terminates the browser\n```\n\n\nIf you want to use the solver in a loop, keep the same solver object and use it over again to not instantiate a new browser each time, look at [example.py](https://github.com/Body-Alhoha/turnaround/blob/main/example.py)\n\nFeel free to contribute\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbody-alhoha%2Fturnaround","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbody-alhoha%2Fturnaround","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbody-alhoha%2Fturnaround/lists"}