An API wrapper for popular captcha solvers such as AntiCaptcha and 2Captcha in Golang
go get github.com/justhyped/gocaptcha
Type | 2Captcha | AntiCaptcha |
---|---|---|
RecaptchaV2 | ✅ | ✅ |
RecaptchaV3 | ✅ | ✅ |
Image Captcha | ✅ | ✅ |
HCaptcha | ✅ | ✅ |
Turnstile | ✅ | ✅ |
Software like XEVil and CapMonster are also supported. You can also implement your own provider by
using the IProvider
interface.
- 2Captcha
- 2Captcha (with custom domain)
- AntiCaptcha
- CapMonster Cloud
- AntiCaptcha (with custom domain)
- Custom provider
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.