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
- Host: GitHub
- URL: https://github.com/louuke/anticaptcha-api
- Owner: Louuke
- License: apache-2.0
- Created: 2021-09-05T10:41:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T17:03:46.000Z (over 4 years ago)
- Last Synced: 2025-01-10T04:12:14.504Z (over 1 year ago)
- Topics: anti-captcha, captcha, captcha-solving, java
- Language: Java
- Homepage:
- Size: 4.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**