Skip to content

Commit c0006ff

Browse files
authored
Merge pull request #203 from AndreiDrang/main
upd readme
2 parents 739fe21 + ee3d849 commit c0006ff

5 files changed

Lines changed: 33 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)
1212
[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)
1313
[![Downloads](https://static.pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)
14+
[![Static Badge](https://img.shields.io/badge/docs-Sphinx-green?label=Documentation&labelColor=gray)](https://andreidrang.github.io/python3-anticaptcha/)
1415

1516
[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)
1617
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7f49780f2edb48d4b133833887c850e8)](https://www.codacy.com/gh/AndreiDrang/python3-anticaptcha/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AndreiDrang/python3-anticaptcha&utm_campaign=Badge_Grade)
@@ -23,23 +24,18 @@
2324
[![Lint](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml)
2425

2526

26-
Python 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.
27+
Python 3 library for [AntiCaptcha](https://getcaptchasolution.com/vchfpctqyz) service API.
2728

29+
The library is intended for software developers and is used to work with the [AntiCaptcha](https://getcaptchasolution.com/vchfpctqyz) service API.
2830
Tested on UNIX based OS.
2931

30-
The library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.
31-
32-
***
33-
34-
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
35-
36-
Or email python-captcha@pm.me
32+
Love Rust? Me too! Check AntiCaptcha API binding for Rust - [Rust-AntiCaptcha crate](https://crates.io/crates/rust-anticaptcha).
3733

3834
## How to install?
3935

4036
We recommend using the latest version of Python. `python3-anticaptcha` supports Python 3.7+.
4137

42-
### pip
38+
#### pip
4339

4440
```bash
4541
pip install python3-anticaptcha
@@ -53,9 +49,15 @@ pip install python3-anticaptcha
5349

5450
### Additional info
5551
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)
56-
2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)
52+
2. [AntiCaptcha errors list](https://getcaptchasolution.com/vchfpctqyzapidoc/errors)
5753

5854

5955
### How to get API Key to work with the library
60-
1. On the page - https://anti-captcha.com/clients/settings/apisetup
56+
1. On the page - https://getcaptchasolution.com/vchfpctqyzclients/settings/apisetup
6157
2. Find it: [![img.png](https://s.vyjava.xyz/files/2024/12-December/17/5d6a902c/img.png)](https://vyjava.xyz/dashboard/image/5d6a902c-6997-47dd-af2a-734bde9bd1fb)
58+
59+
### Contacts
60+
61+
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
62+
63+
Or email python-captcha@pm.me

docs/modules/main/info.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)
1414
[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)
1515
[![Downloads](https://pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)
16+
[![Static Badge](https://img.shields.io/badge/docs-Sphinx-green?label=Documentation&labelColor=gray)](https://andreidrang.github.io/python3-anticaptcha/)
1617

1718
[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)
1819
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7f49780f2edb48d4b133833887c850e8)](https://www.codacy.com/gh/AndreiDrang/python3-anticaptcha/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AndreiDrang/python3-anticaptcha&utm_campaign=Badge_Grade)
@@ -24,11 +25,11 @@
2425
[![Lint](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml)
2526

2627

27-
Python 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.
28+
Python 3 library for [AntiCaptcha](https://getcaptchasolution.com/vchfpctqyz) service API.
2829

2930
Tested on UNIX based OS.
3031

31-
The library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.
32+
The library is intended for software developers and is used to work with the [AntiCaptcha](https://getcaptchasolution.com/vchfpctqyz) service API.
3233

3334
***
3435

@@ -56,3 +57,15 @@ python setup.py install
5657

5758
1. You need set ``API_KEY`` in your environment(get this value from you account).
5859
2. Run command ``make tests``, from root directory.
60+
61+
62+
### How to get API Key to work with the library
63+
64+
1. On the page - https://getcaptchasolution.com/vchfpctqyzclients/settings/apisetup
65+
2. Find it: [![img.png](https://s.vyjava.xyz/files/2024/12-December/17/5d6a902c/img.png)](https://vyjava.xyz/dashboard/image/5d6a902c-6997-47dd-af2a-734bde9bd1fb)
66+
67+
### Contacts
68+
69+
If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.
70+
71+
Or email python-captcha@pm.me

docs/modules/other-libs/info.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
2. [AntiCaptcha](https://github.com/AndreiDrang/python3-anticaptcha)
66
3. [Capsolver](https://github.com/AndreiDrang/python3-captchaai)
77

8+
## Rust
9+
1. [Rust-AntiCaptcha crate](https://crates.io/crates/rust-anticaptcha)
10+
811
Our other projects:
912
- [RedPandaDev group](https://red-panda-dev.xyz/blog/)

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pallets_sphinx_themes==2.3.0
33
myst-parser==4.0.0
44
autodoc_pydantic==2.2.0
55
pydantic==2.10.4
6-
pydantic-settings==2.7.0
6+
pydantic-settings==2.7.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ classifiers = [
8686
dependencies = [
8787
"requests>=2.21.0",
8888
"aiohttp>=3.9.2",
89-
"msgspec==0.18.*",
89+
"msgspec>=0.18,<0.20",
9090
"tenacity>=8,<10"
9191
]
9292

0 commit comments

Comments
 (0)