Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

ShayBox/AntiCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiCaptcha

A python library for anti-captcha.com

Documentation for the API

Requirements

Install

$ pip install git+https://github.com/ShayBox/AntiCaptcha.git

Usage

from anticaptcha import AntiCaptcha

captcha = AntiCaptcha("API KEY")
captcha.solve({"TASK": "OBJECT"})