Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drjacky/anticaptcha-kotlin

Access to Anti Captcha API v2 via Kotlin
https://github.com/drjacky/anticaptcha-kotlin

anti-captcha anticaptcha anticaptcha-client captcha-breaking captcha-bypass captcha-recaptcha captcha-recognition captcha-services-for-recaptcha-v2 captcha-solver captcha-solving kotlin

Last synced: about 1 month ago
JSON representation

Access to Anti Captcha API v2 via Kotlin

Awesome Lists containing this project

README

        

# Anti-Captcha โ…

[![Releases](https://img.shields.io/github/release/Drjacky/anticaptcha-kotlin/all.svg?style=flat-square)](https://github.com/Drjacky/anticaptcha-kotlin/releases)
![Language](https://img.shields.io/badge/Kotlin-1.7.10-blue) ![License](https://img.shields.io/github/license/Drjacky/anticaptcha-kotlin?logo=MIT)

Access to Anti Captcha API v2 via Kotlin

## How to use ๐Ÿ‘ฃ

- Add `https://jitpack.io` to your `build.gradle`
- `implementation 'com.github.Drjacky:anticaptcha-kotlin:$libVersion'`
- Where `$libVersion`
= [![libVersion](https://img.shields.io/github/release/Drjacky/anticaptcha-kotlin/all.svg?style=flat-square)](https://github.com/Drjacky/anticaptcha-kotlin/releases)
- Create an account [here](http://getcaptchasolution.com/kt1yavajcg)
- Set the client key by `setClientKey`
- Run the main function in the Main class

## References ๐Ÿงท

- [anticaptcha-java](https://github.com/AdminAnticaptcha/anticaptcha-java)

## Contributing ๐Ÿค

Feel free to open an issue or submit a pull request for any bugs/improvements.

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrjacky%2Fanticaptcha-kotlin.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDrjacky%2Fanticaptcha-kotlin?ref=badge_large)