-
Notifications
You must be signed in to change notification settings - Fork 29
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 cd51176
Showing
92 changed files
with
12,997 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 records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 895b2342422f4a70f078df1eda6d77d2 | ||
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,78 @@ | ||
<!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 — python-rucaptcha (6.3)</title> | ||
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=bb251e69" /> | ||
<link rel="stylesheet" type="text/css" href="/en/latest/_static/jinja.css?v=85659ec6" /> | ||
<link rel="stylesheet" type="text/css" href="/en/latest/_static/autodoc_pydantic.css" /> | ||
<script src="/en/latest/_static/documentation_options.js?v=5929fcd5"></script> | ||
<script src="/en/latest/_static/doctools.js?v=9bcbadda"></script> | ||
<script src="/en/latest/_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script data-project="python-rucaptcha" data-version="" src="/en/latest/_static/describe_version.js?v=fa7f30d0"></script> | ||
<link rel="icon" href="/en/latest/_static/favicon.png"/> | ||
<link rel="index" title="Index" href="/en/latest/genindex.html" /> | ||
<link rel="search" title="Search" href="/en/latest/search.html" /> | ||
</head><body> | ||
<div class="related" role="navigation" aria-label="Related"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li class="right" style="margin-right: 10px"> | ||
<a href="/en/latest/genindex.html" title="General Index" | ||
accesskey="I">index</a></li> | ||
<li class="nav-item nav-item-0"><a href="/en/latest/index.html">python-rucaptcha (6.3)</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>Page not found</h1> | ||
|
||
Unfortunately we couldn't find the content you were looking for. | ||
|
||
<div class="clearer"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<span id="sidebar-top"></span> | ||
<div class="sphinxsidebar" role="navigation" aria-label="Main"> | ||
<div class="sphinxsidebarwrapper"> | ||
|
||
|
||
<p class="logo"><a href="/en/latest/index.html"> | ||
<img class="logo" src="/en/latest/_static/RuCaptchaMedium.png" alt="Logo of python-rucaptcha"/> | ||
</a></p> | ||
|
||
<h3>Navigation</h3> | ||
<ul> | ||
<li><a href="/en/latest/index.html">Overview</a> | ||
|
||
</li> | ||
</ul> | ||
<search id="searchbox" style="display: none" role="search"> | ||
<h3 id="searchlabel">Quick search</h3> | ||
<div class="searchformwrapper"> | ||
<form class="search" action="/en/latest/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> | ||
</search> | ||
<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 2024, AndreiDrang; Release - 6.3;Last update - 2024-11-29. | ||
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3. | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,61 @@ | ||
.. rst-class:: hide-header | ||
|
||
python-rucaptcha | ||
================ | ||
.. image:: _static/RuCaptchaMedium.png | ||
:align: center | ||
|
||
Python3 library for `RuCaptcha <https://rucaptcha.com/?from=4170435>`_ and `2Captcha <https://2captcha.com/?from=4170435>`_ service API. | ||
|
||
The library is intended for software developers and is used to work with the `RuCaptcha <https://rucaptcha.com/?from=4170435>`_ and `2Captcha <https://2captcha.com/?from=4170435>`_ service API. | ||
|
||
Support of the service `Death By Captcha <https://deathbycaptcha.com?refid=1237267242>`_ is integrated into this library, more information in the library documentation or in the `service docs <https://deathbycaptcha.com/api/2captcha?refid=1237267242>`_. | ||
|
||
Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Start here: | ||
|
||
modules/main/info.md | ||
modules/other-libs/info.md | ||
modules/license/info.md | ||
modules/contacts/info.md | ||
modules/other-captcha-services/info.md | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:caption: Captcha examples: | ||
|
||
modules/h-captcha/example.rst | ||
modules/fun-captcha/example.rst | ||
modules/gee-test/example.rst | ||
modules/capy/example.rst | ||
modules/amazon-waf/example.rst | ||
modules/key/example.rst | ||
modules/lemin/example.rst | ||
modules/re-captcha/example.rst | ||
modules/rotate/example.rst | ||
modules/text/example.rst | ||
modules/turnstile/example.rst | ||
modules/image/example.rst | ||
modules/audio/example.rst | ||
modules/cut-captcha/example.rst | ||
modules/datadome-captcha/example.rst | ||
modules/cyber-siara-captcha/example.rst | ||
modules/grid/example.rst | ||
modules/draw-around/example.rst | ||
modules/bounding-box/example.rst | ||
modules/coordinates/example.rst | ||
modules/mt-captcha/example.rst | ||
modules/friendly-captcha/example.rst | ||
modules/tencent/example.rst | ||
modules/atb-captcha/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,12 @@ | ||
AmazonWAF | ||
========= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.amazon_waf import AmazonWAF | ||
.. autoclass:: python_rucaptcha.amazon_waf.AmazonWAF | ||
: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 @@ | ||
atbCaptcha | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.atb_captcha import atbCaptcha | ||
.. autoclass:: python_rucaptcha.atb_captcha.atbCaptcha | ||
: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 @@ | ||
AudioCaptcha | ||
============ | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.audio_captcha import AudioCaptcha | ||
.. autoclass:: python_rucaptcha.audio_captcha.AudioCaptcha | ||
: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 @@ | ||
BoundingBoxCaptcha | ||
================== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.bounding_box_captcha import BoundingBoxCaptcha | ||
.. autoclass:: python_rucaptcha.bounding_box_captcha.BoundingBoxCaptcha | ||
: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 @@ | ||
CapyPuzzle | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.capy_puzzle import CapyPuzzle | ||
.. autoclass:: python_rucaptcha.capy_puzzle.CapyPuzzle | ||
: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,5 @@ | ||
# Contacts | ||
|
||
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room. | ||
|
||
Or email: [[email protected]](mailto:[email protected]) |
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 python_rucaptcha.control import Control | ||
.. autoclass:: python_rucaptcha.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,12 @@ | ||
CoordinatesCaptcha | ||
================== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.coordinates_captcha import CoordinatesCaptcha | ||
.. autoclass:: python_rucaptcha.coordinates_captcha.CoordinatesCaptcha | ||
: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 @@ | ||
CutCaptcha | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.cutcaptcha import CutCaptcha | ||
.. autoclass:: python_rucaptcha.cutcaptcha.CutCaptcha | ||
: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 @@ | ||
CyberSiARA | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.cyber_siara_captcha import CyberSiARACaptcha | ||
.. autoclass:: python_rucaptcha.cyber_siara_captcha.CyberSiARACaptcha | ||
: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 @@ | ||
DataDome | ||
======== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.datadome_captcha import DataDomeCaptcha | ||
.. autoclass:: python_rucaptcha.datadome_captcha.DataDomeCaptcha | ||
: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 @@ | ||
DrawAroundCaptcha | ||
================= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.draw_around_captcha import DrawAroundCaptcha | ||
.. autoclass:: python_rucaptcha.draw_around_captcha.DrawAroundCaptcha | ||
: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,87 @@ | ||
Enum | ||
==== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.core import enums | ||
.. autoenum:: python_rucaptcha.core.enums.MyEnum | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.ServiceEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.SaveFormatsEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.GeetestEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.ImageCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.CapyPuzzleEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.FunCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.ReCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.LeminCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.HCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.KeyCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.RotateCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.ControlEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.TurnstileCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.AmazonWAFCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.CutCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.DataDomeSliderEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.CyberSiARAEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.MTCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.BoundingBoxCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.DrawAroundCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.CoordinatesCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.GridCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.FriendlyCaptchaEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.TencentEnm | ||
:members: | ||
|
||
.. autoenum:: python_rucaptcha.core.enums.atbCaptchaEnm | ||
:members: |
Oops, something went wrong.