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.
|
3 months ago | |
---|---|---|
.idea | 2 years ago | |
libs | 7 years ago | |
src/com/anti_captcha | 3 months ago | |
.classpath | 7 years ago | |
.gitignore | 7 years ago | |
.project | 7 years ago | |
README.md | 2 years ago | |
anticaptcha_example.eml | 7 years ago | |
anticaptcha_example.iml | 2 years ago | |
captcha.jpg | 7 years ago | |
square.jpg | 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