Maksim S
Maksim S
- Added `tencent` method to `solver.py` - Added captcha solution examples `tencent.py` and `tencent_options.py` - Added test `test_tencent.py`
- Updated the “see more info in the API docs” link in the `README.md` file - Added a description of methods supporting proxies for the solution and information about whether...
- Added datadome method to solver.py - Added datadome.py to examples - Added datadome_test.py to tests - Added a description of the datadome method to README.md
- Added cybersiara method to solver.py - Added cybersiara.py to examples - Added test_cybersiara.py to tests - Added a description of the cybersiara method to README.md
1) Changes in Solver.py - Added the “extendedResponse” parameter to the initialization method. - In the get_result method, the output of an extended response is added if the ‘ExtendedResponse’ parameter...
- Added sending reports based on the result of the text “Captcha is passed successfully!” appearing after sending the token and verification
- Added description of img_type parameter for grid method in solver.py
- Added documentation for the TwoCaptcha class constructor in solver.py - And several minor changes in the documentation for captcha methods