Skip to content

Binit-Dhakal/Google-reCAPTCHA-v2-solver-using-playwright-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google — reCAPTCHA v3 solver using playwright-python

This script solve the google recaptcha using playwright-python with pydub and speech recognization.

Motivation

I hate captcha(as a scraper)

Installation required

  • Install all the library we will need
pip3 install -r requirements.txt
  • We also have to run
playwright install

to install browser bundle and everything for playwright. More detail

Run script

python3 main.py

Notes

This script tries for 5 times only but we can increase that for how much long we want.

Future release plan

Credits

I will like to give all the credit to this blog https://medium.com/geekculture/how-to-solve-google-recaptcha-v3-with-python-9f92bb0212bf by Romik Kelesh(thank you). There he have written script in selenium and i found that working with iframe in selenium is such a pain. So I used one of my favourite weapon for web scraping - playwright.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages