This project demonstrates how to automate Google reCAPTCHA solving using Python, Selenium e CapMonster.
- ✅ Launch Selenium WebDriver and navigate to a reCAPTCHA page.
- ✅ Extract the API Key (sitekey) using
execute_script
in the browser. - ✅ Send the site key and URL to CapMonster to solve the challenge.
- ✅ Receive and submit the solved response, automating the verification process.
- Python 3.x
- Selenium
- CapMonster API
Install dependencies:
pip install selenium capmonster-python
Este projeto demonstra como automatizar a resolução do Google reCAPTCHA usando Python, Selenium e CapMonster.
- ✅ Abrir o driver do Selenium e navegar até a página do reCAPTCHA.
- ✅ Obter a API Key (sitekey) do reCAPTCHA via
execute_script
no console do navegador. - ✅ Enviar a API Key e URL para o CapMonster resolver o desafio.
- ✅ Receber e enviar a resposta solucionada, automatizando o processo de verificação.
- Python 3.x
- Selenium
- CapMonster API
Instale as bibliotecas necessárias com o seguinte comando:
pip install selenium capmonster-python