-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5dd291a
Showing
41 changed files
with
6,594 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: cf0acdf4358c16d032c58520b57546d5 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en" data-content_root="./"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Page Not Found — python3-anticaptcha (2.0.1a)</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=bb251e69" /> | ||
<link rel="stylesheet" type="text/css" href="_static/jinja.css?v=85659ec6" /> | ||
<link rel="stylesheet" type="text/css" href="_static/autodoc_pydantic.css" /> | ||
<script src="_static/documentation_options.js?v=5929fcd5"></script> | ||
<script src="_static/doctools.js?v=888ff710"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<link rel="icon" href="_static/AntiCaptcha.png"/> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
</head><body> | ||
<div class="related" role="navigation" aria-label="related navigation"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li class="right" style="margin-right: 10px"> | ||
<a href="genindex.html" title="General Index" | ||
accesskey="I">index</a></li> | ||
<li class="nav-item nav-item-0"><a href="index.html">python3-anticaptcha (2.0.1a)</a> »</li> | ||
<li class="nav-item nav-item-this"><a href="">Page Not Found</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="document"> | ||
<div class="documentwrapper"> | ||
<div class="bodywrapper"> | ||
<div class="body" role="main"> | ||
|
||
<h1 id="notfound">Page Not Found</h1> | ||
<p> | ||
The page you requested does not exist. You may have followed a bad | ||
link, or the page may have been moved or removed. | ||
<p> | ||
Go to the <a href="index.html">overview</a> or | ||
<a href="search.html">search</a>. | ||
|
||
<div class="clearer"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<span id="sidebar-top"></span> | ||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation"> | ||
<div class="sphinxsidebarwrapper"> | ||
|
||
|
||
<p class="logo"><a href="index.html"> | ||
<img class="logo" src="_static/AntiCaptcha.png" alt="Logo"/> | ||
</a></p> | ||
|
||
<h3>Navigation</h3> | ||
<ul> | ||
<li><a href="index.html">Overview</a> | ||
|
||
</li> | ||
</ul> | ||
<div id="searchbox" style="display: none" role="search"> | ||
<h3 id="searchlabel">Quick search</h3> | ||
<div class="searchformwrapper"> | ||
<form class="search" action="search.html" method="get"> | ||
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> | ||
<input type="submit" value="Go" /> | ||
</form> | ||
</div> | ||
</div> | ||
<script>document.getElementById('searchbox').style.display = "block"</script><div id="ethical-ad-placement"></div> | ||
</div> | ||
</div> | ||
<div class="clearer"></div> | ||
</div> | ||
|
||
<div class="footer" role="contentinfo"> | ||
© Copyright 2023, AndreiDrang, Release - 2.0.1a. | ||
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6. | ||
</div> | ||
<script src="_static/version_warning_offset.js"></script> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. rst-class:: hide-header | ||
|
||
python3-anticaptcha | ||
=================== | ||
.. image:: _static/AntiCaptcha.png | ||
:align: center | ||
|
||
Python3 library for `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_. | ||
|
||
The library is intended for software developers and is used to work with the `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Start here: | ||
|
||
modules/main/info.md | ||
modules/other-libs/info.md | ||
modules/license/info.md | ||
modules/contacts/info.md | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:caption: Captcha examples: | ||
|
||
modules/turnstile/example.rst | ||
modules/control/example.rst | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Additional modules | ||
|
||
modules/enum/info.rst | ||
modules/serializer/info.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Contacts | ||
|
||
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room. | ||
|
||
Or email: [python-captcha@pm.me](mailto:python-captcha@pm.me) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Control | ||
======= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_anticaptcha.control import Control | ||
.. autoclass:: python3_anticaptcha.control.Control | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Enum | ||
==== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_anticaptcha.core import enum | ||
.. autoclass:: core.enum.MyEnum | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: core.enum.EndpointPostfixEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: core.enum.CaptchaTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: core.enum.ResponseStatusEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: core.enum.ProxyTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: core.enum.ControlPostfixEnm | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# License | ||
|
||
MIT License | ||
|
||
Copyright 2022 Andrei | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Introduction | ||
|
||
## Welcome to python3-anticaptcha | ||
|
||
![](../../_static/AntiCaptcha.png) | ||
|
||
<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> | ||
|
||
[![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) | ||
|
||
[![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/master/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha) | ||
|
||
[![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) | ||
|
||
|
||
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. | ||
|
||
## How to install? | ||
|
||
We recommend using the latest version of Python. `python3-anticaptcha` supports Python 3.7+. | ||
|
||
### pip | ||
|
||
```bash | ||
pip install python3-anticaptcha | ||
``` | ||
|
||
### Source | ||
```bash | ||
git clone https://github.com/AndreiDrang/python3-anticaptcha.git | ||
cd python3-anticaptcha | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Other captcha-solving services libs | ||
|
||
## Other libraries for Captcha-solving services | ||
1. [RuCaptcha / 2Captcha](https://github.com/AndreiDrang/python-rucaptcha) | ||
2. [AntiCaptcha](https://github.com/AndreiDrang/python3-anticaptcha) | ||
3. [Capsolver](https://github.com/AndreiDrang/python3-captchaai) | ||
4. [RedPandaDev group](https://red-panda-dev.xyz/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Serializer | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_anticaptcha.core import serializer | ||
.. autopydantic_model:: core.serializer.BaseAPIRequestSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.BaseAPIResponseSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.CreateTaskRequestSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.CreateTaskRequestTaskSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.ProxyDataOptionsSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.CreateTaskResponseSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.GetTaskResultRequestSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.GetTaskResultResponseSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.TurnstileProxylessOptionsSer | ||
:members: | ||
:undoc-members: | ||
|
||
.. autopydantic_model:: core.serializer.TurnstileOptionsSer | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Turnstile | ||
========= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_anticaptcha.turnstile import Turnstile | ||
.. autoclass:: python3_anticaptcha.turnstile.Turnstile | ||
:members: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.autodoc_pydantic_validator_arrow { | ||
padding-left: 8px; | ||
} | ||
|
||
.autodoc_pydantic_collapsable_json { | ||
cursor: pointer; | ||
} | ||
|
||
.autodoc_pydantic_collapsable_erd { | ||
cursor: pointer; | ||
} |
Oops, something went wrong.