Top AI Repos β open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Solve Google reCAPTCHA in less than 5 seconds! π
| Date | Stars |
|---|---|
| 2026-07-24 | 1831 |
| 2026-07-25 | 1832 |
| 2026-07-28 | 1832 |
| 2026-07-30 | 1832 |
| 2026-08-06 | 1832 |
Today
β stars today
This week
β stars this week
This month
β stars this month
Momentum
0.0
growth rate 0.00%/day
# 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](https://github.com/obaskly) for the contribution. Check out the [selenium branch](https://github.com/sarperavci/GoogleRecaptchaBypass/tree/selenium) for more details.
## Sponsors
### IPcook
[<img src="https://github.com/user-attachments/assets/4b57769a-fc2c-4219-91f3-d861625fcb16" alt="IPcook"/>](https://www.ipcook.com/?ref=00JF84&utm_source=github&utm_medium=referral&utm_campaign=sarperavci)
**Need Reliable Proxies? [IPcook](https://www.ipcook.com/?ref=00JF84&utm_source=github&utm_medium=referral&utm_campaign=sarperavci) Has Got You Covered**
* π 99.99% Uptime
* β‘ Avg. Response Time < 0.5s
* π Up to 10 Sub-accounts
* π 24/7 Premium Support
* β° Sticky Sessions up to 24h
* π Free Geo-Targeting
* βΎοΈ Unlimited Bandwidth
π [**Start with a FREE 100MB Trial**](https://www.ipcook.com/?ref=00JF84&utm_source=github&utm_medium=referral&utm_campaign=sarperavci)
πΈ Use code **WELCOME20** for 20% OFF
### RapidProxy
[<img width="1680" height="1060" alt="RapidProxy" src="https://github.com/user-attachments/assets/6d3819b8-7065-4bd4-bda7-b06e0fe04477"/>](https://www.rapidproxy.io/?ref=sarperavci)
[**RapidProxy**](https://www.rapidproxy.io/?ref=sarperavci) β Power Your Data with Premium Proxies
π Try proxies [**for free**](https://www.rapidproxy.io/?ref=sarperavci) + Use code **RAPID10** for 10% OFF
**Why Choose RapidProxy?**
* 90M+ IPs in 200+ countries & regions
* No expiration on traffic β use anytime, no pressure
* Unlimited concurrency for maximum performance
* Starting from just $0.65/GB β built for scale
* City-level targeting for precise geo access
* Flexible session control tailored to your needs
* Enterprise-grade speed & reliability
* Built for large-scale automation
**π‘ Built for Growth**
Whether you're scaling scraping operations, running automation, or accessing global content, RapidProxy delivers the speed, stability, and flexibility you need to grow without limits.
π Start your free trial today: [https://www.rapidproxy.io/?ref=sarperavci](https://www.rapidproxy.io/?ref=sarperavci)
---
<!-- /AD -->
## Installation
Three dependencies are required to run this script. You can install them using the following command:
```bash
pip install -r requirements.txt
```
Also, you need to install ffmpeg. You can download it from [here](https://ffmpeg.org/download.html).
```bash
sudo apt-get install ffmpeg
```
## Usage
To implement this script in your project, you can follow a similar approach as shown below:
```python
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

## 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/GoogleRecaptchaByExcerpt of 4,170 characters
Read on GitHub37
1
1
Would you bet a product on this? Bounded 0β100 and slow moving.
matched fp:a49ed1c247583df2, topic:selenium, readme:automate the browser