twocaptcha-rust
2Captcha API client written in Rust.
Important: this is an unofficial project. It is a community port of the
official 2captcha-python library
located in the python/ directory of this repository.
Installation
Add twocaptcha to the dependencies section of your Cargo.toml:
[]
= "0.0.1"
Example
use ;
use HashMap;
async
More examples can be found in the examples directory.
Supported captcha types
- Normal image captchas
- Audio captchas
- Text captchas
- reCAPTCHA v2 and v3
- FunCaptcha
- GeeTest and GeeTest v4
- hCaptcha
- KeyCaptcha
- atbCAPTCHA
- Capy
- Grid, Canvas, ClickCaptcha and Rotate
- Lemin Cropped Captcha
- Cloudflare Turnstile
- Amazon WAF
- MTCaptcha
- Friendly Captcha
- Cutcaptcha
- Tencent captcha
- DataDome captcha
- CyberSiARA
- Yandex Smart captcha
License
This project is licensed under the MIT License. See the LICENSE file for details.