An open API service indexing awesome lists of open source software.

https://github.com/louuke/anticaptcha-api

Unofficial AntiCaptcha Java API
https://github.com/louuke/anticaptcha-api

anti-captcha captcha captcha-solving java

Last synced: 12 days ago
JSON representation

Unofficial AntiCaptcha Java API

Awesome Lists containing this project

README

          

# AntiCaptcha-API
Unofficial AntiCaptcha Java API.
If you don't have an account yet, you can create one **[here](http://getcaptchasolution.com/bqdjn5xlgq)**

### Gradle
```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```java
dependencies {
implementation 'com.github.JicuNull:AntiCaptcha-API:45cd8a98f7'
}
```
Find more options here: **[Jitpack](https://jitpack.io/JicuNull/AntiCaptcha-API)**