Skip to content

iZucked/Selenium-hCpatcha-Solver-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium-hCpatcha-Solver-Python

What Is This Project?

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.

How Can I Run The Example?

  1. Install the dependencies of the project
pip3 install -r requirements.txt 
  1. Create an anycaptcha account, add balance to the account (minimum $1) and then get your API key from the "User Dashboard" page

  2. Place your anycaptcha api key in the sr/config.json file

{
  "api_keys" : {
    "anycaptcha" : "ENTER_YOU_API_KEY_HERE"
  }
}
  1. Change the webdriver in src/example.py if you're running Firefox rather than Chrome

  2. Run The example.py file and configure the driver if there are any errors which occur

python3 src/example.py