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§
Structs§
Functions§
- get_
status - Fetches the current status and problems from the public api