Skip to content

PavelSakharchuk/Instatool_lib_anticaptcha-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiCaptcha lib

AntiCaptcha — automatic captcha solver.
API version 2 works on address https://api.anti-captcha.com/ and it works only via HTTP POST methods, data format is JSON.

About

This is reworked fork of original lib: https://github.com/AdminAnticaptcha/anticaptcha-java.

How to use the development version of Anticaptcha API Java library

Read more info on jitpack page of project.
Open "Commit" tab and select revision by commit hash.
Just open Gradle or Maven tab copy artifact info and
place it with dependency management repository in your project build configuration.

Examples

You can find examples in the test classes:

Settings

Need to add file 'src/main/resources/anticaptcha.properties' with following content:

key=51065637323daa35622c25435460b871

Exemple You can get your key from www.anti-captcha.com

Documentation

Anticaptcha API v.2 Documentation

About

Access to Anti Captcha API v2 via JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%