Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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. :)

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