All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twocaptcha.captcha.Lemin Maven / Gradle / Ivy

Go to download

Java library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.

The newest version!
package com.twocaptcha.captcha;

public class Lemin extends Captcha {

    public Lemin() {
        super();
        params.put("method", "lemin");
    }

    public void setApiServer(String apiServer) {
        params.put("api_server", apiServer);
    }

    public void setСaptchaId(String captchaId) {
        params.put("captcha_id", captchaId);
    }    

    public void setUrl(String url) {
        params.put("pageurl", url);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy