Skip to content

Commit 1320507

Browse files
committed
Bump version 2.6.0 to 2.6.1
1 parent f995dcb commit 1320507

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
Capmonster.cloud for Python
22
=
3-
![PyPI - Wheel](https://img.shields.io/pypi/wheel/capmonster-python?style=plastic) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/capmonster_python?style=flat) ![GitHub last commit](https://img.shields.io/github/last-commit/alperensert/capmonster_python?style=flat) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/alperensert/capmonster_python?style=flat) ![PyPI - Downloads](https://img.shields.io/pypi/dm/capmonster_python?style=flat) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/alperensert/capmonster_python?style=flat) ![GitHub Repo stars](https://img.shields.io/github/stars/alperensert/capmonster_python?style=social)
3+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/capmonster-python?style=plastic) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/capmonster_python?style=flat) ![GitHub last commit](https://img.shields.io/github/last-commit/alperensert/capmonster_python?style=flat) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/alperensert/capmonster_python?style=flat) ![PyPI - Downloads](https://img.shields.io/pypi/dm/capmonster_python?style=flat) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/alperensert/capmonster_python?style=flat) ![GitHub Repo stars](https://img.shields.io/github/stars/alperensert/capmonster_python?style=social)
44

55
[Capmonster.cloud](https://capmonster.cloud) package for Python3
66

7-
If you have any problem with usage, [read the documentation](https://alperensert.github.io/capmonster_python) or [create an issue](https://github.com/alperensert/capmonster_python/issues/new)
7+
If you have any problem with usage, [read the documentation](https://alperensert.github.io/capmonster_python)
8+
or [create an issue](https://github.com/alperensert/capmonster_python/issues/new)
89

910
*At least 2x cheaper, up to 30x faster than manual recognition services.*
1011

1112
### Installation
13+
1214
```
1315
pip install capmonster_python
1416
```
1517

1618
### Supported captcha types
19+
1720
- Image to text
1821
- Recaptcha v2
1922
- Recaptcha v2 Enterprise
@@ -22,6 +25,7 @@ pip install capmonster_python
2225
- HCaptcha
2326
- GeeTest
2427
- Turnstile Task
28+
- Data Dome
2529

2630
Usage examples
2731
-
@@ -66,7 +70,7 @@ from capmonster_python import GeeTestTask
6670

6771
capmonster = GeeTestTask("API_KEY")
6872
task_id = capmonster.create_task("website_url", "gt", "challenge")
69-
result= capmonster.join_task_result(task_id)
73+
result = capmonster.join_task_result(task_id)
7074
print(result.get("challenge"))
7175
print(result.get("seccode"))
7276
print(result.get("validate"))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="capmonster_python",
10-
version="2.6.0",
10+
version="2.6.1",
1111
packages=["capmonster_python"],
1212
url="https://github.com/alperensert/capmonster_python",
1313
long_description=long_description,

0 commit comments

Comments
 (0)