solverecaptchas and RecaptchaV2-Solver

These are direct competitors offering overlapping functionality—both provide Python libraries for automating ReCAPTCHA v2 solving—though Tool A has achieved significantly greater adoption and maintenance activity.

solverecaptchas
51
Established
RecaptchaV2-Solver
38
Emerging
Maintenance 0/25
Adoption 14/25
Maturity 17/25
Community 20/25
Maintenance 0/25
Adoption 7/25
Maturity 16/25
Community 15/25
Stars: 118
Forks: 26
Downloads: 67
Commits (30d): 0
Language: Python
License:
Stars: 38
Forks: 7
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No License Stale 6m No Dependents
Stale 6m No Package No Dependents

About solverecaptchas

embium/solverecaptchas

An async Python library to automate solving ReCAPTCHA v2 using Playwright.

Leverages a custom YOLOv3 model trained to recognize 17 object classes commonly featured in ReCAPTCHA image grids, enabling automated detection and selection of correct tiles. Integrates directly with Playwright's browser automation for seamless injection into web scraping workflows, supporting optional proxy configuration for request routing.

About RecaptchaV2-Solver

sexfrance/RecaptchaV2-Solver

A Python-based solution for solving Google's reCAPTCHA v2 challenges efficiently (3-12 seconds solve time). The script supports both synchronous and asynchronous operations, with API endpoints for easy integration. Uses audio challenge method with speech recognition for reliable solving.

Leverages Playwright/Chromium for automated browser interaction and audio transcription via speech recognition APIs to bypass challenges without image analysis. Exposes a REST API compatible with standard CAPTCHA solver protocols (createTask/getResult endpoints), enabling drop-in integration with existing automation frameworks, while handling proxy rotation and rate-limit detection for reliability across concurrent batch operations.

Scores updated daily from GitHub, PyPI, and npm data. How scores work