# rust-anticaptcha
[](https://vyjava.xyz/dashboard/image/1cbd42dd-d576-4382-b765-01181b894056)
<hr>
[](https://crates.io/crates/rust-anticaptcha)
[](https://crates.io/crates/rust-anticaptcha)

[](https://docs.rs/rust-anticaptcha/)
[](https://github.com/Red-Panda-Dev/rust-anticaptcha/actions/workflows/build_doc.yml)
[](https://github.com/Red-Panda-Dev/rust-anticaptcha/actions/workflows/test.yml)
[](https://github.com/Red-Panda-Dev/rust-anticaptcha/actions/workflows/clippy.yml)
[](https://github.com/Red-Panda-Dev/rust-anticaptcha/actions/workflows/build_dev.yml)
[](https://github.com/Red-Panda-Dev/rust-anticaptcha/actions/workflows/build_release.yml)
Rust library for [AntiCaptcha](https://getcaptchasolution.com/vchfpctqyz) service API.
Tested on UNIX based OS.
The library is intended for software developers and is used to work with the [AntiCaptcha](https://getcaptchasolution.com/agggpuit4b) service API.
## How to install?
We recommend using the latest version of Rust. `rust-anticaptcha` supports Rust 2021.
Install by Cargo command:
```bash
cargo add rust-anticaptcha
```
Add line in your `Cargo.toml` file:
```toml
rust-anticaptcha = "0.1.0"
```
## How to test?
1. Set API_KEY local environment variable:
```bash
export API_KEY=anticaptcha-api-key-variable
```
2. Run full tests (with docstrings):
```bash
cargo test
```
Or only project specified tests:
```bash
cargo test --tests
```
### Contacts
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
Or email python-captcha@pm.me