-
Notifications
You must be signed in to change notification settings - Fork 5
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 ecae2bf
Showing
66 changed files
with
8,871 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: f08c1d251c227beaae4217cc37b6e5dc | ||
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-capsolver (0.9.1)</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/CapsolverESm.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-capsolver (0.9.1)</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/CapsolverSM.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 - 0.9.1; Last update - 2023-09-12. | ||
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.5. | ||
</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.
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,44 @@ | ||
.. rst-class:: hide-header | ||
|
||
python3-capsolver | ||
================= | ||
.. image:: _static/Capsolver300x.png | ||
:align: center | ||
|
||
Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1>`_. | ||
|
||
The library is intended for software developers and is used to work with the `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)>`_. | ||
|
||
.. 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/image-to-text/example.rst | ||
modules/re-captcha/example.rst | ||
modules/h-captcha/example.rst | ||
modules/gee-test/example.rst | ||
modules/fun-captcha/example.rst | ||
modules/datadome/example.rst | ||
modules/mt-captcha/example.rst | ||
modules/cloudflare/example.rst | ||
modules/aws-waf/example.rst | ||
modules/cyber-si-ara/example.rst | ||
modules/akamai/example.rst | ||
modules/imperva/example.rst | ||
modules/binance/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 @@ | ||
Akamai | ||
====== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.akamai import Akamai | ||
.. autoclass:: python3_capsolver.akamai.Akamai | ||
: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 @@ | ||
AwsWaf | ||
====== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.aws_waf import AwsWaf | ||
.. autoclass:: python3_capsolver.aws_waf.AwsWaf | ||
: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 @@ | ||
Binance | ||
======= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.binance import Binance | ||
.. autoclass:: python3_capsolver.binance.Binance | ||
: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 @@ | ||
Cloudflare | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.cloudflare import Cloudflare | ||
.. autoclass:: python3_capsolver.cloudflare.Cloudflare | ||
: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: [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 @@ | ||
CyberSiARA | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.cyber_si_ara import CyberSiARA | ||
.. autoclass:: python3_capsolver.cyber_si_ara.CyberSiARA | ||
: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 Slider | ||
=============== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.datadome_slider import DatadomeSlider | ||
.. autoclass:: python3_capsolver.datadome_slider.DatadomeSlider | ||
: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,85 @@ | ||
Enum | ||
==== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.core import enum | ||
.. autoclass:: python3_capsolver.core.enum.MyEnum | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.EndpointPostfixEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.ResponseStatusEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.FunCaptchaTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.FunCaptchaClassificationTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.CloudflareTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.AntiCyberSiAraTaskTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.AntiAwsWafTaskTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.DatadomeSliderTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.MtCaptchaTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.ReCaptchaV3TypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.ReCaptchaV2TypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.GeeTestCaptchaTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.HCaptchaClassificationTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.HCaptchaTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.ImageToTextTaskTypeEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.AntiAkamaiTaskEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.AntiImpervaTaskEnm | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: python3_capsolver.core.enum.BinanceCaptchaTaskEnm | ||
: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,17 @@ | ||
Fun Captcha | ||
=========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.fun_captcha import FunCaptcha | ||
from python3_capsolver.fun_captcha import FunCaptchaClassification | ||
.. autoclass:: python3_capsolver.fun_captcha.FunCaptcha | ||
:members: | ||
|
||
|
||
.. autoclass:: python3_capsolver.fun_captcha.FunCaptchaClassification | ||
: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 @@ | ||
GeeTest | ||
======= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.gee_test import GeeTest | ||
.. autoclass:: python3_capsolver.gee_test.GeeTest | ||
: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,16 @@ | ||
HCaptcha | ||
======== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.hcaptcha import HCaptcha | ||
from python3_capsolver.hcaptcha import HCaptchaClassification | ||
.. autoclass:: python3_capsolver.hcaptcha.HCaptcha | ||
:members: | ||
|
||
.. autoclass:: python3_capsolver.hcaptcha.HCaptchaClassification | ||
: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 @@ | ||
ImageToText | ||
============= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.image_to_text import ImageToText | ||
.. autoclass:: python3_capsolver.image_to_text.ImageToText | ||
: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 @@ | ||
Imperva | ||
======= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python3_capsolver.imperva import Imperva | ||
.. autoclass:: python3_capsolver.imperva.Imperva | ||
:members: |
Oops, something went wrong.