python3-anticaptcha/docs/modules/main/info.md

55 lines
3.0 KiB
Markdown
Raw Normal View History

2022-12-14 16:24:07 +00:00
# Introduction
## Welcome to python3-anticaptcha
![](../../_static/AntiCaptcha.png)
2023-06-12 20:00:16 +00:00
<a href="https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1">
<img src="https://cdn.discordapp.com/attachments/1105172394655625306/1105180101802471575/20221207-160749.gif" alt="Capsolver's Banner">
</a>
<br>
At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.
<hr>
2022-12-14 17:07:56 +00:00
[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)
[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)
[![Downloads](https://pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)
2022-12-14 16:24:07 +00:00
2022-12-14 17:07:56 +00:00
[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)
2022-12-14 17:18:39 +00:00
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7f49780f2edb48d4b133833887c850e8)](https://www.codacy.com/gh/AndreiDrang/python3-anticaptcha/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=AndreiDrang/python3-anticaptcha&amp;utm_campaign=Badge_Grade)
2022-12-14 17:07:56 +00:00
[![codecov](https://codecov.io/gh/AndreiDrang/python3-anticaptcha/branch/master/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha)
2022-12-14 16:24:07 +00:00
2022-12-14 17:07:56 +00:00
[![Build check](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test_build.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test_build.yml)
[![Installation check](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/install.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/install.yml)
[![Test](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test.yml)
[![Lint](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml)
2022-12-14 16:24:07 +00:00
2022-12-14 17:07:56 +00:00
Python 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.
2022-12-14 16:24:07 +00:00
Tested on UNIX based OS.
2022-12-14 17:07:56 +00:00
The library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.
2022-12-14 16:24:07 +00:00
## How to install?
2022-12-14 17:07:56 +00:00
We recommend using the latest version of Python. `python3-anticaptcha` supports Python 3.7+.
2022-12-14 16:24:07 +00:00
### pip
```bash
2022-12-14 17:07:56 +00:00
pip install python3-anticaptcha
2022-12-14 16:24:07 +00:00
```
### Source
```bash
2022-12-14 17:07:56 +00:00
git clone https://github.com/AndreiDrang/python3-anticaptcha.git
cd python3-anticaptcha
2022-12-14 16:24:07 +00:00
python setup.py install
```
## How to test?
1. You need set ``API_KEY`` in your environment(get this value from you account).
2. Run command ``make tests``, from root directory.