문제

I want to write a "client" for megaupload.com in Ruby and I wanted to know if there was a captcha solver / decoder / autofiller for Ruby. Thanks

도움이 되었습니까?

해결책

Well, unless the CAPTCHA is really lame - not. The idea behind a CAPTCHA is to ensure that a human is running the show.

A CAPTCHA or Captcha (pronounced /ˈkæptʃə/) is a type of challenge-response test used in computing to ensure that the response is not generated by a computer.

다른 팁

There is a service called Death by Captcha, it's paid $1.4 for 1000 solved captchas. You can use with a this gem

You can also try installing this gem to run a free captcha solver for you in Ruby. Give me feedback to let me know how it works. Thanks. :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top