Using poetry
git clone https://github.com/x404xx/Recaptcha-V3.git
cd Recaptcha-V3
poetry shell
poetry install
Using pip
git clone https://github.com/x404xx/Recaptcha-V3.git
cd Recaptcha-V3
virtualenv env
env/scripts/activate
pip install -r requirements.txt
https://antcpt.com/score_detector/
https://2captcha.com/demo/recaptcha-v3-enterprise
python main.py
- Correct get api type
Sometimes the API type is not shown in the HTML. We need to implement it correctly to retrieve the API type.
This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.