anticaptcha 0.1.1

2Captcha API client
Documentation

pub enum ReCaptcha {
    V2,
    V3,
}

pub enum GeeTest {
    V1,
    V4
}

pub enum CaptchaTypes {
    NormalCaptcha,
    TextCaptcha,
    ReCaptcha,
    RotateCaptcha,
    FunCaptcha,
    KeyCaptcha,
    GeeTest,
    Hcaptcha,
    YandexCaptcha,
    CapyPuzzle,
    LeminCaptcha,
    CloudflareTurnstile,
    AmazonWaf
}

pub enum ApiSubmissionErrors {
    WrongApiKey,
    KeyDoesNotExist,
    ZeroBalance,
    MissingPageUrl,
    NoSlotAvailable,
    ZeroCaptchaFilesize,
    TooBigCaptchaFilesize,
    WrongFileExtension,
    ImageTypeNotSupported,
    UploadError,
    IpNotAllowed,
    IpBanned,
    InvalidRecaptcha,
    BadGoogleKey,
    InvalidProxyFormat,
    MissingGoogleKey,
    CaptchaImageBlocked,
    TooManyBadImages,
    AccountRatelimit,
    AccountSuspended,
    BadParameters,
    BadProxy
}

pub enum ApiRetrievalErrors {
    CaptchaNotReady,
    CaptchaUnsolvable,
    WrongApiKey,
    KeyDoesNotExist,
    WrongIdFormat,
    WrongCaptchaId,
    BadDuplicates,
    ReportNotRecorded,
    DuplicateReport,
    AccountSuspended,
    IpNOtAllowed,
    TokenExpired,
    MissingAction,
    BadProxy
}