Skip to content

dzmitry-duboyski/clickcaptcha-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

image

Example for solving clickcaptcha (coordinates) in python

Clickcaptcha (coordinates) is a captcha in which you need to click on the image in accordance with the instructions. In this example, the captcha located on the page https://2captcha.com/demo/clickcaptcha is solved.

How does the solution occur in the example?

  1. Open the page with the captcha
  2. Save the image with the captcha.
  3. Submit captcha to 2captcha API to receive a response.
  4. Move the cursor to the original coordinates with the captcha, then move the cursor along the received coordinates and click (done three times)
  5. Click on the "Check" button to check the result.

About

example for solving clickcaptcha using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages