2017-10-13 22:38:07 +00:00
|
|
|
# python3-anticaptcha
|
2017-10-11 18:36:36 +00:00
|
|
|
|
2023-12-13 18:13:13 +00:00
|
|
|
![Logo](https://red-panda-dev.xyz/media/images/AntiCaptcha_MCSmjTi.original.png)
|
2022-11-05 15:07:05 +00:00
|
|
|
|
2024-09-27 23:44:06 +00:00
|
|
|
### [Capsolver](https://capsolver.com?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha)
|
|
|
|
|
|
|
|
[![Capsolver](files/capsolver.png)](https://capsolver.com?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha)
|
|
|
|
|
2023-06-12 19:56:40 +00:00
|
|
|
<hr>
|
|
|
|
|
2018-05-15 11:12:20 +00:00
|
|
|
[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)
|
2019-10-07 01:29:17 +00:00
|
|
|
[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)
|
2023-09-04 04:13:34 +00:00
|
|
|
[![Downloads](https://static.pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)
|
2022-11-05 15:00:24 +00:00
|
|
|
|
2018-05-15 11:12:20 +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:43 +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&utm_medium=referral&utm_content=AndreiDrang/python3-anticaptcha&utm_campaign=Badge_Grade)
|
2023-03-20 02:06:18 +00:00
|
|
|
[![codecov](https://codecov.io/gh/AndreiDrang/python3-anticaptcha/branch/main/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha)
|
2020-03-30 00:54:23 +00:00
|
|
|
|
2023-03-16 23:50:48 +00:00
|
|
|
[![Sphinx docs](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/sphinx.yml/badge.svg?branch=release)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/sphinx.yml)
|
2022-12-14 16:30:05 +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)
|
2018-05-15 11:12:20 +00:00
|
|
|
|
2022-12-14 16:30:05 +00:00
|
|
|
|
|
|
|
Python 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.
|
2017-10-11 18:36:36 +00:00
|
|
|
|
2017-10-22 17:18:37 +00:00
|
|
|
Tested on UNIX based OS.
|
2022-11-05 15:12:53 +00:00
|
|
|
|
2022-12-14 16:30:05 +00:00
|
|
|
The library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.
|
2017-10-11 18:36:36 +00:00
|
|
|
|
2022-07-03 13:14:47 +00:00
|
|
|
***
|
2022-11-05 15:07:05 +00:00
|
|
|
|
2022-11-05 15:00:24 +00:00
|
|
|
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
|
2022-07-03 13:14:47 +00:00
|
|
|
|
2022-11-05 15:00:24 +00:00
|
|
|
Or email python-captcha@pm.me
|
2017-12-15 11:24:20 +00:00
|
|
|
|
2022-12-14 17:07:52 +00:00
|
|
|
## How to install?
|
|
|
|
|
|
|
|
We recommend using the latest version of Python. `python3-anticaptcha` supports Python 3.7+.
|
|
|
|
|
|
|
|
### pip
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pip install python3-anticaptcha
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
2022-12-14 16:30:05 +00:00
|
|
|
### Additional info
|
2022-12-14 17:02:52 +00:00
|
|
|
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)
|
|
|
|
2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)
|
2019-07-20 19:11:31 +00:00
|
|
|
|
2019-01-10 17:11:02 +00:00
|
|
|
|
2022-12-14 17:07:52 +00:00
|
|
|
### How to get API Key to work with the library
|
2022-12-14 17:02:52 +00:00
|
|
|
1. On the page - https://anti-captcha.com/clients/settings/apisetup
|
2022-12-14 16:30:05 +00:00
|
|
|
2. Find it: ![img.png](files/img.png)
|