can I solve a captcha (function that getting image and returning string) by code [closed]

StackOverflow https://stackoverflow.com/questions/22770766

  •  24-06-2023
  •  | 
  •  

Question

I'm sending many messages to my gmail account by my code, sometimes I get an exception indicating that I sent many messages and reached the limit, then I can't send.

When i enter to my gmail in the website , I get a captcha that I need to solve it, and after solving it I can send my message successfully.

My idea is to navigate to gmail.com when I get that exception and to fill my gmail and password (programatically), and to get the captcha as an image and to solve it by code .

Can I achieve my idea ??

Was it helpful?

Solution

CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart.

The whole point of captcha is that they cannot be solved by a computer.

Have people broken captchas? Yes

Do websites update their captcha systems when they are broken? As soon as possible.

The people who are trying to break captcha are usually spammers who want to circumvent the captcha which is designed to limit their spam.

If you have a legitimate reason for having a higher rate, I would recommend contacting the company in question, in this case Google.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top