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).
#16153605 darkgalz
2023-01-11
At the moment it does not work for hcaptcha, consult support to see who responds
#9194414 Anonym
2020-12-23
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());
#10681459 Mike Price
2020-11-30
OK, but there is no timeout available, so if no response is receieved you have to kill the app and start again