2captcha-cpp
2captcha-cpp copied to clipboard
C++ library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
`api2captcha::client_t client ("YOUR_API_KEY");` This doesn't work anymore, but I got it to work by doing: ``` api2captcha::client_t client; client.set_api_key("YOUR_API_KEY"); ``` But great way of implementing this, worked flawless even for...
- [ ] GeeTest v4 [api](https://2captcha.com/2captcha-api#geetest-v4) - [x] Lemin [api](https://2captcha.com/2captcha-api#lemin) - [ ] Cloudflare Turnstile [api](https://2captcha.com/2captcha-api#turnstile) - [ ] Amazon WAF [api](https://2captcha.com/2captcha-api#amazon-waf) - [ ] Add examples to readme.md
Lemin captcha