This is a 'human like' hCaptcha solver for selenium written in python, it utilises the api provided by anycaptcha and is mainly focused for people who can't solve a captcha through a callback function and need to stay as undetected as possible.
- Install the dependencies of the project
pip3 install -r requirements.txt
-
Create an anycaptcha account, add balance to the account (minimum $1) and then get your API key from the "User Dashboard" page
-
Place your anycaptcha api key in the sr/config.json file
{
"api_keys" : {
"anycaptcha" : "ENTER_YOU_API_KEY_HERE"
}
}
-
Change the webdriver in src/example.py if you're running Firefox rather than Chrome
-
Run The example.py file and configure the driver if there are any errors which occur
python3 src/example.py