https://github.com/dzmitry-duboyski/clickcaptcha-example
Example for solving clickcaptcha using python and 2captcha service
https://github.com/dzmitry-duboyski/clickcaptcha-example
2captcha clickcaptcha coordinates-captcha python
Last synced: 10 months ago
JSON representation
Example for solving clickcaptcha using python and 2captcha service
- Host: GitHub
- URL: https://github.com/dzmitry-duboyski/clickcaptcha-example
- Owner: dzmitry-duboyski
- Created: 2023-12-10T12:36:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T09:34:40.000Z (over 2 years ago)
- Last Synced: 2025-06-28T18:10:57.086Z (12 months ago)
- Topics: 2captcha, clickcaptcha, coordinates-captcha, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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](https://2captcha.com/) 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.