AntiCaptcha
A python library for anti-captcha.com
Requirements
Install
git clone https://github.com/ShayBox/AntiCaptcha.git
cd AntiCaptcha
$ poetry build
$ pip install dist/AntiCaptcha-0.1.0.tar.gz --user
Usage
from anticaptcha import AntiCaptcha
captcha = AntiCaptcha("API KEY")
captcha.solve({"TASK": "OBJECT"})