Skip to content

Commit 21782d9

Browse files
committed
deploy: 6fdafb9
0 parents  commit 21782d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+9181
-0
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: c0992d9ef323d58995fd6c871f53b2e3
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en" data-content_root="./">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<title>Page not found &#8212; python3-anticaptcha (2.2.0)</title>
9+
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=7a9665a2" />
10+
<link rel="stylesheet" type="text/css" href="/en/latest/_static/jinja.css?v=85659ec6" />
11+
<script src="/en/latest/_static/documentation_options.js?v=5929fcd5"></script>
12+
<script src="/en/latest/_static/doctools.js?v=9bcbadda"></script>
13+
<script src="/en/latest/_static/sphinx_highlight.js?v=dc90522c"></script>
14+
<script data-project="python3-anticaptcha" data-version="" src="/en/latest/_static/describe_version.js?v=fa7f30d0"></script>
15+
<link rel="icon" href="/en/latest/_static/favicon.png"/>
16+
<link rel="index" title="Index" href="/en/latest/genindex.html" />
17+
<link rel="search" title="Search" href="/en/latest/search.html" />
18+
</head><body>
19+
<div class="related" role="navigation" aria-label="Related">
20+
<h3>Navigation</h3>
21+
<ul>
22+
<li class="right" style="margin-right: 10px">
23+
<a href="/en/latest/genindex.html" title="General Index"
24+
accesskey="I">index</a></li>
25+
<li class="nav-item nav-item-0"><a href="/en/latest/index.html">python3-anticaptcha (2.2.0)</a> &#187;</li>
26+
<li class="nav-item nav-item-this"><a href="">Page not found</a></li>
27+
</ul>
28+
</div>
29+
30+
<div class="document">
31+
<div class="documentwrapper">
32+
<div class="bodywrapper">
33+
<div class="body" role="main">
34+
35+
<h1>Page not found</h1>
36+
37+
Unfortunately we couldn't find the content you were looking for.
38+
39+
<div class="clearer"></div>
40+
</div>
41+
</div>
42+
</div>
43+
<span id="sidebar-top"></span>
44+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
45+
<div class="sphinxsidebarwrapper">
46+
47+
48+
<p class="logo"><a href="/en/latest/index.html">
49+
<img class="logo" src="/en/latest/_static/AntiCaptcha.png" alt="Logo of python3-anticaptcha"/>
50+
</a></p>
51+
52+
<h3>Navigation</h3>
53+
<ul>
54+
<li><a href="/en/latest/index.html">Overview</a>
55+
56+
</li>
57+
</ul>
58+
<search id="searchbox" style="display: none" role="search">
59+
<h3 id="searchlabel">Quick search</h3>
60+
<div class="searchformwrapper">
61+
<form class="search" action="/en/latest/search.html" method="get">
62+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
63+
<input type="submit" value="Go" />
64+
</form>
65+
</div>
66+
</search>
67+
<script>document.getElementById('searchbox').style.display = "block"</script><div id="ethical-ad-placement"></div>
68+
</div>
69+
</div>
70+
<div class="clearer"></div>
71+
</div>
72+
<div class="footer" role="contentinfo">
73+
&#169; Copyright 2025, AndreiDrang; Release - 2.2.0; Last update - 2025-09-29.
74+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.3.0.
75+
</div>
76+
</body>
77+
</html>

_images/AntiCaptcha.png

646 KB
Loading

_sources/index.rst.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.. rst-class:: hide-header
2+
3+
python3-anticaptcha
4+
===================
5+
.. image:: _static/AntiCaptcha.png
6+
:align: center
7+
8+
Python3 library for `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_.
9+
10+
The library is intended for software developers and is used to work with the `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_.
11+
12+
.. toctree::
13+
:maxdepth: 1
14+
:caption: Start here:
15+
16+
modules/main/info.md
17+
modules/other-libs/info.md
18+
modules/license/info.md
19+
modules/contacts/info.md
20+
21+
.. toctree::
22+
:maxdepth: 3
23+
:caption: Captcha examples:
24+
25+
modules/control/example.rst
26+
modules/turnstile/example.rst
27+
modules/image/example.rst
28+
modules/fun-captcha/example.rst
29+
modules/gee-test/example.rst
30+
modules/custom-task/example.rst
31+
modules/friend/example.rst
32+
modules/prosopo/example.rst
33+
modules/image-to-coordinates/example.rst
34+
modules/recaptcha-v2/example.rst
35+
modules/recaptcha-v3/example.rst
36+
modules/amazon-waf/example.rst
37+
38+
.. toctree::
39+
:maxdepth: 2
40+
:caption: Additional modules
41+
42+
modules/core/info.rst
43+
modules/enum/info.rst
44+
modules/serializer/info.rst
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
AmazonWAF
2+
=========
3+
4+
To import this module:
5+
6+
.. code-block:: python
7+
8+
from python3_anticaptcha.amazon_waf import AmazonWAF
9+
10+
11+
.. autoclass:: python3_anticaptcha.amazon_waf.AmazonWAF
12+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contacts
2+
3+
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
4+
5+
Or email: [python-captcha@pm.me](mailto:python-captcha@pm.me)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Control
2+
=======
3+
4+
To import this module:
5+
6+
.. code-block:: python
7+
8+
from python3_anticaptcha.control import Control
9+
10+
11+
.. autoclass:: python3_anticaptcha.control.Control
12+
:members:

_sources/modules/core/info.rst.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Core
2+
====
3+
4+
To import this module:
5+
6+
.. code-block:: python
7+
8+
from python3_anticaptcha.core import base
9+
10+
11+
.. autoclass:: core.base.CaptchaParams
12+
:members:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CustomTask
2+
==========
3+
4+
To import this module:
5+
6+
.. code-block:: python
7+
8+
from python3_anticaptcha.custom_task import CustomTask
9+
10+
11+
.. autoclass:: python3_anticaptcha.custom_task.CustomTask
12+
:members:

0 commit comments

Comments
 (0)