Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drjacky/anticaptcha-kotlin
- Owner: Drjacky
- License: mit
- Created: 2022-09-01T17:16:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T18:40:30.000Z (over 2 years ago)
- Last Synced: 2024-10-12T20:24:02.465Z (2 months ago)
- Topics: anti-captcha, anticaptcha, anticaptcha-client, captcha-breaking, captcha-bypass, captcha-recaptcha, captcha-recognition, captcha-services-for-recaptcha-v2, captcha-solver, captcha-solving, kotlin
- Language: Kotlin
- Homepage:
- Size: 323 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)