#captcha #recaptcha #anticaptcha #geetest #funcaptcha

rust-anticaptcha

Rust library for AntiCaptcha service API

5 releases

new 0.2.4 Jan 11, 2025
0.2.3 Jan 10, 2025
0.1.0 Jan 5, 2025
0.0.2 Jan 5, 2025

#520 in Web programming

Download history 690/week @ 2025-01-05

693 downloads per month

MIT OR MPL-2.0

41KB
465 lines

rust-anticaptcha

RustLogo.png


Crates.io Version Crates.io Downloads (latest version) Crates.io MSRV Static Badge

Build Doc Tests Clippy Build Dev Build Release

Rust library for AntiCaptcha service API.

Tested on UNIX based OS.

The library is intended for software developers and is used to work with the AntiCaptcha service API.

How to install?

We recommend using the latest version of Rust. rust-anticaptcha supports Rust 2021.

Install by Cargo command:

cargo add rust-anticaptcha

Add line in your Cargo.toml file:

rust-anticaptcha = "0.1.0"

How to test?

  1. Set API_KEY local environment variable:
    export API_KEY=anticaptcha-api-key-variable
    
  2. Run full tests (with docstrings):
    cargo test
    
    Or only project specified tests:
    cargo test --tests
    

Contacts

If you have any questions, please send a message to the Telegram chat room.

Or email python-captcha@pm.me

Dependencies

~7–18MB
~237K SLoC