com.twocaptcha.captcha.Capy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 2captcha-java Show documentation
Show all versions of 2captcha-java Show documentation
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 Capy extends Captcha {
public Capy() {
super();
params.put("method", "capy");
}
public void setSiteKey(String siteKey) {
params.put("captchakey", siteKey);
}
public void setUrl(String url) {
params.put("pageurl", url);
}
public void setApiServer(String apiServer) {
params.put("api_server", apiServer);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy