{{ message }}
[addons] Add CaptchaAI captcha solver addon#4764
Open
bshahin wants to merge 1 commit into
Open
Conversation
Adds a CaptchaAI addon that solves captchas via CaptchaAI's 2Captcha-compatible in.php/res.php API, addressing pyload#4762. Mirrors the structure/config of the existing AntiCaptcha addon. Supports image/OCR, reCAPTCHA v2 (normal + invisible), and Cloudflare Turnstile -- the captcha types pyLoad's bundled anticaptcha plugins emit. hCaptcha/FunCaptcha intentionally not included. Status testing.
305976d to
1e46633
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a
CaptchaAIaddon that solves captchas via CaptchaAI's 2Captcha-compatiblein.php/res.phpAPI, addressing #4762 (the 2Captcha addon was noted as long-unmaintained / possibly non-functional).Mirrors the structure and config conventions of the existing
AntiCaptchaaddon. Supported captcha types: image/text (OCR), reCAPTCHA v2 (normal + invisible), and Cloudflare Turnstile — matching the captcha types pyLoad's bundled anticaptcha plugins actually emit. hCaptcha and FunCaptcha are intentionally not included.api_url(defaulthttps://ocr.captchaai.com),passkey, per-type solve toggles, timeout, and optional bad-result reporting (reportbad).action=get) -> return token; balance check viaaction=getbalance.BaseAddon+self.load).Status
testing. Happy to adjust style/attribution to your preference.