{"id":14978775,"url":"https://github.com/sarperavci/googlerecaptchabypass","last_synced_at":"2025-05-14T23:04:32.325Z","repository":{"id":235882090,"uuid":"791452732","full_name":"sarperavci/GoogleRecaptchaBypass","owner":"sarperavci","description":"Solve Google reCAPTCHA in less than 5 seconds! 🚀","archived":false,"fork":false,"pushed_at":"2025-04-09T15:07:18.000Z","size":3850,"stargazers_count":1165,"open_issues_count":10,"forks_count":190,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-14T23:04:15.239Z","etag":null,"topics":["bypass","captcha-breaking","drissionpage","google-recaptcha","google-recaptcha-solver","python","recaptcha","recaptcha-v2","selenium","solver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarperavci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-04-24T18:39:25.000Z","updated_at":"2025-05-13T18:16:39.000Z","dependencies_parsed_at":"2024-09-28T02:00:59.565Z","dependency_job_id":"0e4f2ddc-dc07-4816-b1cc-b2981d58006c","html_url":"https://github.com/sarperavci/GoogleRecaptchaBypass","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.06666666666666665,"last_synced_commit":"1485bb5a8684ac8a35dc9c39f651d83b8bc2f4a7"},"previous_names":["sarperavci/googlerecaptchabypass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FGoogleRecaptchaBypass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FGoogleRecaptchaBypass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FGoogleRecaptchaBypass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarperavci%2FGoogleRecaptchaBypass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarperavci","download_url":"https://codeload.github.com/sarperavci/GoogleRecaptchaBypass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243358,"owners_count":22038046,"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":["bypass","captcha-breaking","drissionpage","google-recaptcha","google-recaptcha-solver","python","recaptcha","recaptcha-v2","selenium","solver"],"created_at":"2024-09-24T13:58:22.025Z","updated_at":"2025-05-14T23:04:27.299Z","avatar_url":"https://github.com/sarperavci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Recaptcha Solver\n\n**We love bots ❤️, but Google doesn't.** So, here is the solution to bypass Google reCAPTCHA.\n\nSolve Google reCAPTCHA less than 5 seconds! 🚀\n\nThis is a Python script to solve Google reCAPTCHA using the DrissionPage library. *~~Selenium implementation will be added soon.~~*\n\n## Recent Updates\n\nGood news! Selenium implementation is added. Thanks to [@obaskly](https://github.com/obaskly) for the contribution. Check out the [selenium branch](https://github.com/sarperavci/GoogleRecaptchaBypass/tree/selenium) for more details.\n\n# Sponsor\n\n### [Capsolver](https://www.capsolver.com/?utm_source=github\u0026utm_medium=ads\u0026utm_campaign=scraping\u0026utm_term=GoogleRecaptchaBypass)\n\n[![Capsolver](docs/capsolver.jpg)](https://www.capsolver.com/?utm_source=github\u0026utm_medium=ads\u0026utm_campaign=scraping\u0026utm_term=GoogleRecaptchaBypass)\n\n## Installation\nThree dependencies are required to run this script. You can install them using the following command:\n```bash\npip install -r requirements.txt\n```\n\nAlso, you need to install ffmpeg. You can download it from [here](https://ffmpeg.org/download.html).\n\n```bash\nsudo apt-get install ffmpeg\n```\n\n## Usage\n\nTo implement this script in your project, you can follow a similar approach as shown below:\n\n```python\nfrom DrissionPage import ChromiumPage \nfrom RecaptchaSolver import RecaptchaSolver\ndriver = ChromiumPage()\nrecaptchaSolver = RecaptchaSolver(driver)\ndriver.get(\"https://www.google.com/recaptcha/api2/demo\")\nrecaptchaSolver.solveCaptcha()\n```\n\nI have created `test.py` to demonstrate the usage of this script. You can run the `test.py` file to see the script in action.\n\n\n## Demo\n\n![Demo](docs/demo.gif)\n\n \n## How does it work?\n\nWe automate the browser to solve the reCAPTCHA. Instead of image captcha, we are solving the audio captcha. The audio captcha is easier to solve programmatically.\n\n**One warning:** Google may block your IP if you solve too many captchas in a short period of time. So, use this script wisely or change your IP frequently.\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#sarperavci/GoogleRecaptchaBypass\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=sarperavci/GoogleRecaptchaBypass\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=sarperavci/GoogleRecaptchaBypass\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=sarperavci/GoogleRecaptchaBypass\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarperavci%2Fgooglerecaptchabypass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarperavci%2Fgooglerecaptchabypass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarperavci%2Fgooglerecaptchabypass/lists"}