/anticaptcha

Script that allows to pass Audio Captcha. For demonstration purpose only

Primary LanguagePython

speech2text

Speech2Text for GeeTest/Google captcha

First, install requirements:

pip3 install requirements.txt

How to use

  1. Select between Watson and Google Speech Recognition

  2. Write simple url finder with selenium/bs4. Url should lead to the .mp3 download.

  3. Use speech2text to get the results for url that you've retrieved.

Check run.py for example