Skip to content

camargosproj/bypass_recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bypass ReCaptcha

  • Bypass ReCaptcha is a Python script for dealing with recaptcha.

Installation

  • To use this script you need to have playwright installed.
pip install playwright requests
playwright install # This will install all the browsers, get more info at https://playwright.dev/python/
python3 main.py or python main.py

This project uses wit to recognize the audio from RECAPTCHA

  • Get the API key at: WIT API

  • Enter your API in recaptcha.py

Usage

# Wit.ai api access token
WIT_ACCESS_TOKEN = "YOUR_WIT_API_TOKEN"

Contributing

  • Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages