A Selenium Python tool to automatically solve the hCAPTCHAs using a Tampermonkey userscript.
➜ Version 1.2.1 (July 19, 2022).
This script is solely intended for the use of educational purposes only and not to abuse any website.
The solving speed depends on your PC's compute power and Internet connection.
Download this repository or clone it by typing this command:
git clone https://github.com/maximedrn/hcaptcha-solver-python-selenium.git
Check that your version of Python is correct by typing one of these commands in a command prompt:
python --version
python3 --version
py --version
Verify that pip is correctly installed by typing one of thess commands in a command prompt:
pip --version
pip3 --version
Download this repository or clone it by typing this command in your command prompt (it requires Git):
git clone https://github.com/maximedrn/hcaptcha-solver-python-selenium.git
hcaptcha-solver-python-selenium-master/
.Open a command prompt in the repository folder and type one of these commands (may require sudo
on MacOS and Linux and administrator privileges for Windows):
pip install -r requirements.txt
pip3 install -r requirements.txt
python -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
py -m pip install -r requirements.txt
Website preview: