Anti-Captcha Java implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anti Admin 61af8691fb added getCreditsBalance method 3 months ago
.idea Actualized for Java 15.0.1 2 years ago
libs API v2 code and libs 7 years ago
src/com/anti_captcha added getCreditsBalance method 3 months ago
.classpath IntelliJ IDEA and Eclipse project files 7 years ago
.gitignore Not needed project files removed 7 years ago
.project IntelliJ IDEA and Eclipse project files 7 years ago
README.md Actualized for Java 15.0.1 2 years ago
anticaptcha_example.eml IntelliJ IDEA and Eclipse project files 7 years ago
anticaptcha_example.iml Actualized for Java 15.0.1 2 years ago
captcha.jpg IntelliJ IDEA and Eclipse project files 7 years ago
square.jpg Square captcha support 4 years ago

README.md

You need Java installed. This is an IntelliJ IDEA project and it should be compatible with Eclipse (but not tested).

Dependencies are located in libs/*.jar

Compile:

javac -cp "libs/*" \
 src/com/anti_captcha/*.java \
 src/com/anti_captcha/Api/*.java  \
 src/com/anti_captcha/ApiResponse/*.java \
 src/com/anti_captcha/Helper/*.java \
 src/com/anti_captcha/Http/HttpRequest.java \
 src/com/anti_captcha/Http/HttpResponse.java

Run:

$ java -cp "src:libs/*" com.anti_captcha.Main