please help me
kxslo opened this issue · 3 comments
Hello friend like this, I am interested in making your program for 2 captchas, and actually I would like to know how to run it, and what steps should I follow please
- Initialize the class with your API key.
- Execute solving method of your choice.
- Check if method returned
Success
(in struct) and then get the answer fromResponse
property.
3.1. IfSuccess
is false then inResponse
you will have the error message.
Check out this sample code I've written in README:
https://github.com/Zaczero/2Captcha#-sample-code
The return struct is listed here:
https://github.com/Zaczero/2Captcha#and-here-is-the-result-structure-same-for-all-methods
... and the actual code for it:
https://github.com/Zaczero/2Captcha/blob/master/2Captcha/TwoCaptchaResult.cs
I still don't understand, how can I use it from 0, do I have to download any program? enter that code in any program? how is it used if you could teach me please I don't get any exe.
It's a library to be used with other code. This code by itself does not do anything.