SkillAgentSearch skills...

GoogleRecaptchaBypass

Solve Google reCAPTCHA in less than 5 seconds! 🚀

Install / Use

/learn @sarperavci/GoogleRecaptchaBypass

README

Google Recaptcha Solver

We love bots ❤️, but Google doesn't. So, here is the solution to bypass Google reCAPTCHA.

Solve Google reCAPTCHA less than 5 seconds! 🚀

This is a Python script to solve Google reCAPTCHA using the DrissionPage library. ~~Selenium implementation will be added soon.~~

Recent Updates

Good news! Selenium implementation is added. Thanks to @obaskly for the contribution. Check out the selenium branch for more details.

Installation

Three dependencies are required to run this script. You can install them using the following command:

pip install -r requirements.txt

Also, you need to install ffmpeg. You can download it from here.

sudo apt-get install ffmpeg

Usage

To implement this script in your project, you can follow a similar approach as shown below:

from DrissionPage import ChromiumPage 
from RecaptchaSolver import RecaptchaSolver
driver = ChromiumPage()
recaptchaSolver = RecaptchaSolver(driver)
driver.get("https://www.google.com/recaptcha/api2/demo")
recaptchaSolver.solveCaptcha()

I have created test.py to demonstrate the usage of this script. You can run the test.py file to see the script in action.

Demo

Demo

How does it work?

We 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.

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.

Star History

<a href="https://star-history.com/#sarperavci/GoogleRecaptchaBypass&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=sarperavci/GoogleRecaptchaBypass&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=sarperavci/GoogleRecaptchaBypass&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=sarperavci/GoogleRecaptchaBypass&type=Date" /> </picture> </a>
View on GitHub
GitHub Stars1.7k
CategoryDevelopment
Updated5h ago
Forks264

Languages

Python

Security Score

85/100

Audited on Mar 29, 2026

No findings