Skip to content
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

Request to Integrate GoogleRecaptchaBypass for Captcha Handling #6

Open
1205747671 opened this issue May 13, 2024 · 1 comment
Open

Comments

@1205747671
Copy link

Dear openserp maintainers,

I am a user of your project and I greatly appreciate the work you’ve put into it. I’ve noticed that the project currently uses a paid captcha API for Google search data collection. I would like to propose the integration of the GoogleRecaptchaBypass tool as an alternative solution to handle captchas, which could help in reducing costs and making the process more accessible.

I look forward to hearing your thoughts on this proposal.

Thank you for considering my request.

@karust
Copy link
Owner

karust commented May 13, 2024

Hi! Thanks for the proposal, it's an interesting tool, but it's in Python and doesn't provide an API to work with it, so it's not feasible to use this solution here.

The underlying approach (offline speech recognition) can indeed be used to solve Google reCAPTCHA, but it will require some kind of dockerized API wrapper around Python's SpeechRecognition lib. The other way may be to use speech recognition libs like in this article. These tasks seem to be beyond the scope of this project...

Currently, there are attempts to integrate the 2Capthcha service for captcha solving purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants