2CatpchaAPI
2.33 Отзывы
БесплатноЦена
Simple HTTP API wrapper for 2captcha.com. An online captcha solving and image recognition service. Developed in .NET C# (compatible with netstandard 1.1/2.0).
Статистика
Комментарии3
- darkgalz0.5
At the moment it does not work for hcaptcha, consult support to see who responds
You can use the optional httpClient argument in the constructor to pass your own HttpClient object and control timeouts this way. An example code would look like: var captchaCustomHttp = new _2Captcha("API_KEY", new HttpClient());
- Mike Price1.5
OK, but there is no timeout available, so if no response is receieved you have to kill the app and start again