Skip to content

WeNeedCoffee/AntiCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download the full project (2.5 mb): https://yadi.sk/d/6V8NfwDe3EQ7z4

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

If you want to compile the project in console (tested on MacOS 10.11):

1. Make sure you are using Java 1.8:
$ javac -version
if you installed Java 1.8 before, but previous command gives you "1.7", you need to switch it to 1.8:
$ export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

2. Compile:
$ javac -cp "libs/*" src/com/anti_captcha/AnticaptchaBase.java src/com/anti_captcha/Main.java src/com/anti_captcha/IAnticaptchaTaskProtocol.java src/com/anti_captcha/Api/ImageToText.java src/com/anti_captcha/Api/NoCaptcha.java src/com/anti_captcha/Api/NoCaptchaProxyless.java src/com/anti_captcha/ApiResponse/BalanceResponse.java src/com/anti_captcha/ApiResponse/CreateTaskResponse.java src/com/anti_captcha/ApiResponse/TaskResultResponse.java src/com/anti_captcha/Helper/DebugHelper.java src/com/anti_captcha/Helper/HttpHelper.java src/com/anti_captcha/Helper/JsonHelper.java src/com/anti_captcha/Helper/StringHelper.java src/com/anti_captcha/Http/HttpRequest.java src/com/anti_captcha/Http/HttpResponse.java

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages