Golang Module for 2Captcha API
00 Reviews
FreePrice
Official Go module for 2Captcha integration. 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
Install the API client with
go get -u github.com/2captcha/2captcha-go
Import the module and create a client client := api2captcha.NewClient("YOUR_API_KEY"), optionally configuring soft ID, callback URL, default timeout, reCAPTCHA timeout and polling interval.
Statistics
Comments0
No reviews.