python-rucaptcha 6.2__tar.gz → 6.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_rucaptcha-6.2/src/python_rucaptcha.egg-info → python_rucaptcha-6.3}/PKG-INFO +5 -16
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/README.md +2 -13
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/pyproject.toml +1 -3
- python_rucaptcha-6.3/src/python_rucaptcha/__version__.py +1 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/datadome_captcha.py +4 -2
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/rotate_captcha.py +2 -1
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/tencent.py +2 -1
- {python_rucaptcha-6.2 → python_rucaptcha-6.3/src/python_rucaptcha.egg-info}/PKG-INFO +5 -16
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha.egg-info/requires.txt +1 -1
- python_rucaptcha-6.2/src/python_rucaptcha/__version__.py +0 -1
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/LICENSE +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/MANIFEST.in +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/setup.cfg +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/__init__.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/amazon_waf.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/atb_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/audio_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/bounding_box_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/capy_puzzle.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/control.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/coordinates_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/core/__init__.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/core/base.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/core/config.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/core/enums.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/core/result_handler.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/core/serializer.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/cutcaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/cyber_siara_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/draw_around_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/friendly_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/fun_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/gee_test.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/grid_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/hcaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/image_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/key_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/lemin_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/mt_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/re_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/text_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha/turnstile.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha.egg-info/SOURCES.txt +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha.egg-info/dependency_links.txt +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha.egg-info/top_level.txt +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_amazon.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_audio.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_bounding_box.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_capypuzzle.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_control.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_coordinates.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_core.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_cutcaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_cybersiara.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_datadome.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_draw_around.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_friendly_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_funcaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_geetest.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_grid.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_hcaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_image.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_key_captcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_lemin.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_mtcaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_recaptcha.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_rotate.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_tencent.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_text.py +0 -0
- {python_rucaptcha-6.2 → python_rucaptcha-6.3}/tests/test_turnstile.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-rucaptcha
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.3
|
|
4
4
|
Summary: Python 3.9+ RuCaptcha library with AIO module.
|
|
5
5
|
Author-email: AndreiDrang <python-captcha@pm.me>
|
|
6
6
|
License: MIT License
|
|
@@ -9,7 +9,7 @@ Project-URL: Documentation, https://andreidrang.github.io/python-rucaptcha/
|
|
|
9
9
|
Project-URL: Repository, https://github.com/AndreiDrang/python-rucaptcha
|
|
10
10
|
Project-URL: Issues, https://github.com/AndreiDrang/python-rucaptcha/issues
|
|
11
11
|
Project-URL: Changelog, https://github.com/AndreiDrang/python-rucaptcha/releases
|
|
12
|
-
Keywords: captcha,rucaptcha,2captcha,deathbycaptcha,recaptcha,geetest,hcaptcha,capypuzzle,
|
|
12
|
+
Keywords: captcha,rucaptcha,2captcha,deathbycaptcha,recaptcha,geetest,hcaptcha,capypuzzle,rotatecaptcha,funcaptcha,keycaptcha,python3,recaptcha,captcha,security,tencent,atb_captcha,python-library,python-rucaptcha,rucaptcha-client,yandex,turnstile,amazon,amazon_waf,friendly-captcha
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
14
|
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
|
15
15
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -30,19 +30,15 @@ License-File: LICENSE
|
|
|
30
30
|
Requires-Dist: requests>=2.21.0
|
|
31
31
|
Requires-Dist: aiohttp>=3.9.2
|
|
32
32
|
Requires-Dist: msgspec==0.18.*
|
|
33
|
-
Requires-Dist: tenacity
|
|
33
|
+
Requires-Dist: tenacity<10,>=8
|
|
34
34
|
|
|
35
35
|
# python-rucaptcha
|
|
36
36
|
|
|
37
37
|

|
|
38
38
|
|
|
39
|
-
### [Capsolver](https://capsolver.com
|
|
39
|
+
### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
|
|
40
40
|
|
|
41
|
-
[](https://capsolver.com
|
|
42
|
-
|
|
43
|
-
[Capsolver.com](https://www.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha) is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as [reCAPTCHA V2](https://docs.capsolver.com/guide/captcha/ReCaptchaV2.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [reCAPTCHA V3](https://docs.capsolver.com/guide/captcha/ReCaptchaV3.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [hCaptcha](https://docs.capsolver.com/guide/captcha/HCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [FunCaptcha](https://docs.capsolver.com/guide/captcha/FunCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [DataDome](https://docs.capsolver.com/guide/captcha/DataDome.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [AWS Captcha](https://docs.capsolver.com/guide/captcha/awsWaf.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [Geetest](https://docs.capsolver.com/guide/captcha/Geetest.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), and Cloudflare [Captcha](https://docs.capsolver.com/guide/antibots/cloudflare_turnstile.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha) / [Challenge 5s](https://docs.capsolver.com/guide/antibots/cloudflare_challenge.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [Imperva / Incapsula](https://docs.capsolver.com/guide/antibots/imperva.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), among others.
|
|
44
|
-
|
|
45
|
-
For developers, Capsolver offers API integration options detailed in their [documentation](https://docs.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), facilitating the integration of captcha solving into applications. They also provide browser extensions for [Chrome](https://chromewebstore.google.com/detail/captcha-solver-auto-captc/pgojnojmmhpofjgdmaebadhbocahppod) and [Firefox](https://addons.mozilla.org/es/firefox/addon/capsolver-captcha-solver/), making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users.
|
|
41
|
+
[](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
|
|
46
42
|
|
|
47
43
|
<hr>
|
|
48
44
|
|
|
@@ -75,13 +71,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/
|
|
|
75
71
|
|
|
76
72
|
Or email python-captcha@pm.me
|
|
77
73
|
|
|
78
|
-
***
|
|
79
|
-
|
|
80
|
-
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
|
|
81
|
-
|
|
82
|
-
***
|
|
83
|
-
|
|
84
|
-
|
|
85
74
|
## How to install?
|
|
86
75
|
|
|
87
76
|
### pip
|
|
@@ -2,13 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
### [Capsolver](https://capsolver.com
|
|
5
|
+
### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
|
|
6
6
|
|
|
7
|
-
[](https://capsolver.com
|
|
8
|
-
|
|
9
|
-
[Capsolver.com](https://www.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha) is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as [reCAPTCHA V2](https://docs.capsolver.com/guide/captcha/ReCaptchaV2.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [reCAPTCHA V3](https://docs.capsolver.com/guide/captcha/ReCaptchaV3.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [hCaptcha](https://docs.capsolver.com/guide/captcha/HCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [FunCaptcha](https://docs.capsolver.com/guide/captcha/FunCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [DataDome](https://docs.capsolver.com/guide/captcha/DataDome.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [AWS Captcha](https://docs.capsolver.com/guide/captcha/awsWaf.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [Geetest](https://docs.capsolver.com/guide/captcha/Geetest.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), and Cloudflare [Captcha](https://docs.capsolver.com/guide/antibots/cloudflare_turnstile.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha) / [Challenge 5s](https://docs.capsolver.com/guide/antibots/cloudflare_challenge.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [Imperva / Incapsula](https://docs.capsolver.com/guide/antibots/imperva.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), among others.
|
|
10
|
-
|
|
11
|
-
For developers, Capsolver offers API integration options detailed in their [documentation](https://docs.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), facilitating the integration of captcha solving into applications. They also provide browser extensions for [Chrome](https://chromewebstore.google.com/detail/captcha-solver-auto-captc/pgojnojmmhpofjgdmaebadhbocahppod) and [Firefox](https://addons.mozilla.org/es/firefox/addon/capsolver-captcha-solver/), making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users.
|
|
7
|
+
[](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
|
|
12
8
|
|
|
13
9
|
<hr>
|
|
14
10
|
|
|
@@ -41,13 +37,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/
|
|
|
41
37
|
|
|
42
38
|
Or email python-captcha@pm.me
|
|
43
39
|
|
|
44
|
-
***
|
|
45
|
-
|
|
46
|
-
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
|
|
47
|
-
|
|
48
|
-
***
|
|
49
|
-
|
|
50
|
-
|
|
51
40
|
## How to install?
|
|
52
41
|
|
|
53
42
|
### pip
|
|
@@ -50,7 +50,6 @@ keywords = [ "captcha",
|
|
|
50
50
|
"geetest",
|
|
51
51
|
"hcaptcha",
|
|
52
52
|
"capypuzzle",
|
|
53
|
-
"tiktok",
|
|
54
53
|
"rotatecaptcha",
|
|
55
54
|
"funcaptcha",
|
|
56
55
|
"keycaptcha",
|
|
@@ -58,7 +57,6 @@ keywords = [ "captcha",
|
|
|
58
57
|
"recaptcha",
|
|
59
58
|
"captcha",
|
|
60
59
|
"security",
|
|
61
|
-
"tiktok",
|
|
62
60
|
"tencent",
|
|
63
61
|
"atb_captcha",
|
|
64
62
|
"python-library",
|
|
@@ -91,7 +89,7 @@ dependencies = [
|
|
|
91
89
|
"requests>=2.21.0",
|
|
92
90
|
"aiohttp>=3.9.2",
|
|
93
91
|
"msgspec==0.18.*",
|
|
94
|
-
"tenacity
|
|
92
|
+
"tenacity>=8,<10"
|
|
95
93
|
]
|
|
96
94
|
|
|
97
95
|
[tool.setuptools.packages.find]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "6.3"
|
|
@@ -20,8 +20,10 @@ class DataDomeCaptcha(BaseCaptcha):
|
|
|
20
20
|
Args:
|
|
21
21
|
rucaptcha_key: User API key
|
|
22
22
|
websiteURL: Full URL of the captcha page
|
|
23
|
-
captchaUrl: The value of the `src` parameter for the `iframe` element
|
|
24
|
-
|
|
23
|
+
captchaUrl: The value of the `src` parameter for the `iframe` element
|
|
24
|
+
containing the captcha on the page.
|
|
25
|
+
userAgent: User-Agent of your browser will be used to load the captcha.
|
|
26
|
+
Use only modern browser's User-Agents
|
|
25
27
|
proxyType: Proxy type - `http`, `socks4`, `socks5`
|
|
26
28
|
proxyAddress: Proxy IP address or hostname
|
|
27
29
|
proxyPort: Proxy port
|
|
@@ -74,7 +74,8 @@ class RotateCaptcha(BaseCaptcha):
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
>>> await RotateCaptcha(rucaptcha_key="aa9011f31111181111168611f1151122",
|
|
77
|
-
... angle=45).aio_captcha_handler(
|
|
77
|
+
... angle=45).aio_captcha_handler(
|
|
78
|
+
... captcha_file="examples/rotate/rotate_ex.png")
|
|
78
79
|
{
|
|
79
80
|
"errorId":0,
|
|
80
81
|
"status":"ready",
|
|
@@ -19,7 +19,8 @@ class Tencent(BaseCaptcha):
|
|
|
19
19
|
Args:
|
|
20
20
|
rucaptcha_key: User API key
|
|
21
21
|
websiteURL: The full URL of target web page where the captcha is loaded.
|
|
22
|
-
We do not open the page, not a problem if it is available
|
|
22
|
+
We do not open the page, not a problem if it is available
|
|
23
|
+
only for authenticated users
|
|
23
24
|
appId: The value of `appId` parameter in the website source code.
|
|
24
25
|
method: Captcha type
|
|
25
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-rucaptcha
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.3
|
|
4
4
|
Summary: Python 3.9+ RuCaptcha library with AIO module.
|
|
5
5
|
Author-email: AndreiDrang <python-captcha@pm.me>
|
|
6
6
|
License: MIT License
|
|
@@ -9,7 +9,7 @@ Project-URL: Documentation, https://andreidrang.github.io/python-rucaptcha/
|
|
|
9
9
|
Project-URL: Repository, https://github.com/AndreiDrang/python-rucaptcha
|
|
10
10
|
Project-URL: Issues, https://github.com/AndreiDrang/python-rucaptcha/issues
|
|
11
11
|
Project-URL: Changelog, https://github.com/AndreiDrang/python-rucaptcha/releases
|
|
12
|
-
Keywords: captcha,rucaptcha,2captcha,deathbycaptcha,recaptcha,geetest,hcaptcha,capypuzzle,
|
|
12
|
+
Keywords: captcha,rucaptcha,2captcha,deathbycaptcha,recaptcha,geetest,hcaptcha,capypuzzle,rotatecaptcha,funcaptcha,keycaptcha,python3,recaptcha,captcha,security,tencent,atb_captcha,python-library,python-rucaptcha,rucaptcha-client,yandex,turnstile,amazon,amazon_waf,friendly-captcha
|
|
13
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
14
|
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
|
15
15
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -30,19 +30,15 @@ License-File: LICENSE
|
|
|
30
30
|
Requires-Dist: requests>=2.21.0
|
|
31
31
|
Requires-Dist: aiohttp>=3.9.2
|
|
32
32
|
Requires-Dist: msgspec==0.18.*
|
|
33
|
-
Requires-Dist: tenacity
|
|
33
|
+
Requires-Dist: tenacity<10,>=8
|
|
34
34
|
|
|
35
35
|
# python-rucaptcha
|
|
36
36
|
|
|
37
37
|

|
|
38
38
|
|
|
39
|
-
### [Capsolver](https://capsolver.com
|
|
39
|
+
### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
|
|
40
40
|
|
|
41
|
-
[](https://capsolver.com
|
|
42
|
-
|
|
43
|
-
[Capsolver.com](https://www.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha) is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as [reCAPTCHA V2](https://docs.capsolver.com/guide/captcha/ReCaptchaV2.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [reCAPTCHA V3](https://docs.capsolver.com/guide/captcha/ReCaptchaV3.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [hCaptcha](https://docs.capsolver.com/guide/captcha/HCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [FunCaptcha](https://docs.capsolver.com/guide/captcha/FunCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [DataDome](https://docs.capsolver.com/guide/captcha/DataDome.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [AWS Captcha](https://docs.capsolver.com/guide/captcha/awsWaf.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [Geetest](https://docs.capsolver.com/guide/captcha/Geetest.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), and Cloudflare [Captcha](https://docs.capsolver.com/guide/antibots/cloudflare_turnstile.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha) / [Challenge 5s](https://docs.capsolver.com/guide/antibots/cloudflare_challenge.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), [Imperva / Incapsula](https://docs.capsolver.com/guide/antibots/imperva.html?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), among others.
|
|
44
|
-
|
|
45
|
-
For developers, Capsolver offers API integration options detailed in their [documentation](https://docs.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python-rucaptcha), facilitating the integration of captcha solving into applications. They also provide browser extensions for [Chrome](https://chromewebstore.google.com/detail/captcha-solver-auto-captc/pgojnojmmhpofjgdmaebadhbocahppod) and [Firefox](https://addons.mozilla.org/es/firefox/addon/capsolver-captcha-solver/), making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users.
|
|
41
|
+
[](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
|
|
46
42
|
|
|
47
43
|
<hr>
|
|
48
44
|
|
|
@@ -75,13 +71,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/
|
|
|
75
71
|
|
|
76
72
|
Or email python-captcha@pm.me
|
|
77
73
|
|
|
78
|
-
***
|
|
79
|
-
|
|
80
|
-
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
|
|
81
|
-
|
|
82
|
-
***
|
|
83
|
-
|
|
84
|
-
|
|
85
74
|
## How to install?
|
|
86
75
|
|
|
87
76
|
### pip
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "6.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_rucaptcha-6.2 → python_rucaptcha-6.3}/src/python_rucaptcha.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|