🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

antigate_api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antigate_api

0.0.5
99

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Version published
Maintainers
1
Created

AntigateApi

Antigate (Decode captcha service - antigate.com) wrapper

Installation

Add this line to your application's Gemfile:

gem 'antigate_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install antigate_api

Usage

options = {
  recognition_time: 5, # First waiting time
  sleep_time: 1, # Sleep time for every check interval
  timeout: 60, # Max time out for decoding captcha
  debug: false # Verborse or not
}
client = AntigateApi::Client.new(ANTIGATE_KEY, options)
captcha_id, captcha_answer = client.decode("captcha.gif")
puts captcha_id + " " + captcha_answer

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 08 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts