-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Captcha Solving API Support #55
Comments
Sounds like a good idea! Implementing a CAPTCHA solving API service can definitely improve login consistency. |
I've manage to get the
Here is the 2captcha Cloudflare Turnstile demo for context, |
I might think they used the Cloudflare Challenge page. Which is difficult to solve. Extracting the data-sitekey might not work here. |
I'm not seeing the Cloudflare Challenge page when accesing the website though, just what I belive to be the normal Cloudflare Turnstile challenge. But since I'm new to this I may be wrong |
Thanks for sharing! I will check it over the weekends and can you share the API keys over the email, if that's ok? |
I've managed to verify the Captcha with TwoCaptcha, get the token in result and fill the value in the input but it is not getting verified... It is still showing the checkbox "Verify you are a human"... I don't know why because when I use my normal browser (Chrome or Safari), it is automatically verified. Any update on that process @ranjan-mohanty? :) `def check_captcha(self, page: Page) -> None:
`from twocaptcha import TwoCaptcha solver = TwoCaptcha('API_KEY')` |
@PogProp I'm facing the same issue. Were you able to solve this? |
No, still having this issue… |
Is your feature request related to a problem? Please describe.
Logging in became unreliable after some time, so I suggest an implementation of a captcha solving method.
Describe the solution you'd like
We could use a captcha solving API service to do so and improve login in consistency.
I'm willing to provide my 2captcha API key to help development.
The text was updated successfully, but these errors were encountered: