ByPass Google reCAPTCHA Free using Selenium and IBM Speech to Text in Python
You can find out tutrial how to do on medium:
Quick overview how I have done this:
- Find Google re-captcha iframe and click on box.
- Click on Audio Challenge button
- Grabe the audio src link and download it.
- Pass audio to IBM for Speech to Text conversion.
- Fill out returned text in input box.
- Click verify
That's it.