# python3-anticaptcha
[![AntiCaptcha.png](https://s.vyjava.xyz/files/2024/12-December/17/b18528fc/AntiCaptcha.png)](https://vyjava.xyz/dashboard/image/b18528fc-8572-4167-9d2f-abaacf4e1053)
### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)
[![capsolver.jpg](https://s.vyjava.xyz/files/2024/12-December/17/54e1db0e/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)
<hr>
[![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://static.pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)
[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)
[![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)
[![codecov](https://codecov.io/gh/AndreiDrang/python3-anticaptcha/branch/main/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha)
[![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)
[![Building](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/build.yml/badge.svg)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/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)
Python 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.
Tested on UNIX based OS.
The library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.
***
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
Or email python-captcha@pm.me
## 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.
### Additional info
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)
2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)
### How to get API Key to work with the library
1. On the page - https://anti-captcha.com/clients/settings/apisetup
2. Find it: [![img.png](https://s.vyjava.xyz/files/2024/12-December/17/5d6a902c/img.png)](https://vyjava.xyz/dashboard/image/5d6a902c-6997-47dd-af2a-734bde9bd1fb)
Raw data
{
"_id": null,
"home_page": null,
"name": "python3-anticaptcha",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "captcha, anticaptcha, deathbycaptcha, recaptcha, geetest, hcaptcha, capypuzzle, rotatecaptcha, funcaptcha, keycaptcha, python3, recaptcha, captcha, security, tencent, atb_captcha, python-library, python-anticaptcha, anticaptcha-client, yandex, turnstile, amazon, amazon_waf, friendly-captcha",
"author": null,
"author_email": "AndreiDrang <python-captcha@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/6f/6e/2a4a06e9102802c57170eea95843bf5a86823de50950c344e32e98a19d37/python3_anticaptcha-2.1.2.tar.gz",
"platform": null,
"description": "# python3-anticaptcha\n\n[![AntiCaptcha.png](https://s.vyjava.xyz/files/2024/12-December/17/b18528fc/AntiCaptcha.png)](https://vyjava.xyz/dashboard/image/b18528fc-8572-4167-9d2f-abaacf4e1053)\n\n### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)\n\n[![capsolver.jpg](https://s.vyjava.xyz/files/2024/12-December/17/54e1db0e/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)\n\n<hr>\n\n[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)\n[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)\n[![Downloads](https://static.pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)\n\n[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)\n[![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)\n[![codecov](https://codecov.io/gh/AndreiDrang/python3-anticaptcha/branch/main/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha)\n\n[![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)\n[![Building](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/build.yml/badge.svg)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/build.yml)\n[![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)\n[![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)\n[![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)\n\n\nPython 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.\n\nTested on UNIX based OS.\n\nThe library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.\n\n***\n\nIf you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.\n\nOr email python-captcha@pm.me\n\n## How to install?\n\nWe recommend using the latest version of Python. `python3-anticaptcha` supports Python 3.7+.\n\n### pip\n\n```bash\npip install python3-anticaptcha\n```\n\n\n## How to test?\n\n1. You need set ``API_KEY`` in your environment(get this value from you account).\n2. Run command ``make tests``, from root directory.\n\n### Additional info\n1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)\n2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)\n\n\n### How to get API Key to work with the library\n1. On the page - https://anti-captcha.com/clients/settings/apisetup\n2. Find it: [![img.png](https://s.vyjava.xyz/files/2024/12-December/17/5d6a902c/img.png)](https://vyjava.xyz/dashboard/image/5d6a902c-6997-47dd-af2a-734bde9bd1fb)\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python 3.9+ RuCaptcha library with AIO module.",
"version": "2.1.2",
"project_urls": {
"Changelog": "https://github.com/AndreiDrang/python3-anticaptcha/releases",
"Documentation": "https://andreidrang.github.io/python3-anticaptcha",
"Homepage": "https://andreidrang.github.io/python3-anticaptcha",
"Issues": "https://github.com/AndreiDrang/python3-anticaptcha/issues",
"Repository": "https://github.com/AndreiDrang/python3-anticaptcha"
},
"split_keywords": [
"captcha",
" anticaptcha",
" deathbycaptcha",
" recaptcha",
" geetest",
" hcaptcha",
" capypuzzle",
" rotatecaptcha",
" funcaptcha",
" keycaptcha",
" python3",
" recaptcha",
" captcha",
" security",
" tencent",
" atb_captcha",
" python-library",
" python-anticaptcha",
" anticaptcha-client",
" yandex",
" turnstile",
" amazon",
" amazon_waf",
" friendly-captcha"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c7e5ab8cfa5ce077e5a24d415b2d01b0f6defa0b827dc4840f52044a5d8a4054",
"md5": "d95a1cd35ae9ddb9526e351dadbaecb6",
"sha256": "3b0de3441c9db7af6c6da3c870cca5605d6a826d0aa795fede1a4eced6078afc"
},
"downloads": -1,
"filename": "python3_anticaptcha-2.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d95a1cd35ae9ddb9526e351dadbaecb6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 30329,
"upload_time": "2024-12-17T00:17:05",
"upload_time_iso_8601": "2024-12-17T00:17:05.778663Z",
"url": "https://files.pythonhosted.org/packages/c7/e5/ab8cfa5ce077e5a24d415b2d01b0f6defa0b827dc4840f52044a5d8a4054/python3_anticaptcha-2.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f6e2a4a06e9102802c57170eea95843bf5a86823de50950c344e32e98a19d37",
"md5": "c87a8941e3205f9d5e3345f1b51836ba",
"sha256": "51a67fb83c5df9ce646526409f1379b81898aeb3734e0089e2ef04df24826de6"
},
"downloads": -1,
"filename": "python3_anticaptcha-2.1.2.tar.gz",
"has_sig": false,
"md5_digest": "c87a8941e3205f9d5e3345f1b51836ba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 23163,
"upload_time": "2024-12-17T00:17:07",
"upload_time_iso_8601": "2024-12-17T00:17:07.040650Z",
"url": "https://files.pythonhosted.org/packages/6f/6e/2a4a06e9102802c57170eea95843bf5a86823de50950c344e32e98a19d37/python3_anticaptcha-2.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 00:17:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AndreiDrang",
"github_project": "python3-anticaptcha",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "python3-anticaptcha"
}