Crate rustycap

Source
Expand description

The official CapBypass wrapper for Rust.

§Example

use rustycap::Solver;
use rustycap::tasks::token::FunCaptchaTask;

let solver = Solver::new("API-KEY");
let task = FunCaptchaTask::new("https://example.com/", "abcdefghijklmnop", "host:port");
let solution = solver.create_and_wait(task).await?;

Modules§

models
tasks

Structs§

Solver

Functions§

get_status
Fetches the current status and problems from the public api