Ruby 2Captcha API Client
00 Reviews
FreePrice
Official Ruby gem for the 2Captcha API. It provides seamless integration with the captcha‑solving API and solves all supported challenges:
Solving of any type of captcha:
- Normal Captcha;
- Audio Captcha;
- Text Captcha;
- reCAPTCHA v2;
- reCAPTCHA v3;
- FunCaptcha;
- GeeTest;
- GeeTest v4;
- Lemin Cropped Captcha;
- Cloudflare Turnstile; Amazon WAF;
- KeyCaptcha;
- atbCAPTCHA;
- Capy;
- Grid;
- Canvas;
- ClickCaptcha;
- Rotate;
- MTCaptcha;
- Friendly Captcha;
- Cutcaptcha.
Installation
Add gem 'ruby-2captcha' to your Gemfile and run bundle, or install it with
gem install ruby-2captcha
Require the library require 'api_2captcha' and create a client = Api2Captcha.new("YOUR_API_KEY"); configure soft ID, callback URL, default timeout and polling interval via the client’s properties.
Statistics
Comments0
No reviews.