Skip to content

Commit 64e9ebd

Browse files
author
Andrei
authored
Merge pull request #17 from AndreiDrang/main
Docs CaptchaAI -> Capsolver
2 parents 89622b4 + 2d00c51 commit 64e9ebd

18 files changed

Lines changed: 31 additions & 31 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
[![Lint](https://github.com/AndreiDrang/python3-captchaai/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-captchaai/actions/workflows/lint.yml)
1616

1717

18-
Python3 library for [CaptchaAI](https://www.captchaai.io/) service API.
18+
Python3 library for [Capsolver](https://capsolver.com/) service API.
1919

2020
Tested on UNIX based OS.
2121

22-
The library is intended for software developers and is used to work with the [CaptchaAI](https://www.captchaai.io/) service API.
22+
The library is intended for software developers and is used to work with the [Capsolver](https://capsolver.com/) service API.
2323

2424
***
2525

@@ -31,9 +31,9 @@ Or email python-captcha@pm.me
3131

3232
### Additional info
3333
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-captchaai/)
34-
2. [CaptchaAI errors list](https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/errorCode+full+list+of+errors)
34+
2. [Capsolver errors list](https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/)
3535

3636

3737
### Get API Key to work with the library
38-
1. On the page - https://dashboard.captchaai.io/overview/user-center
38+
1. On the page - https://dashboard.capsolver.com/overview/user-center
3939
2. Find it: ![img.png](files/img.png)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
ProjectLink("PyPI Releases", "https://pypi.org/project/python3-captchaai/"),
6060
ProjectLink("Source Code", "https://github.com/AndreiDrang/python3-captchaai"),
6161
ProjectLink(
62-
"CaptchaAI",
63-
"https://dashboard.captchaai.io/passport/register?inviteCode=kQTn-tG07Jb1",
62+
"Capsolver",
63+
"https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1",
6464
),
6565
]
6666
}

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ python3-captchaai
55
.. image:: _static/CaptchaAI300x.png
66
:align: center
77

8-
Python3 library for `CaptchaAI API <https://www.captchaai.io/>`_.
8+
Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1>`_.
99

10-
The library is intended for software developers and is used to work with the `CaptchaAI API <https://www.captchaai.io/)>`_.
10+
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)>`_.
1111

1212
.. toctree::
1313
:maxdepth: 1

docs/modules/main/info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
[![Lint](https://github.com/AndreiDrang/python3-captchaai/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-captchaai/actions/workflows/lint.yml)
1919

2020

21-
Python3 library for [CaptchaAI](https://www.captchaai.io/) service API.
21+
Python3 library for [Capsolver](https://capsolver.com/) service API.
2222

2323
Tested on UNIX based OS.
2424

25-
The library is intended for software developers and is used to work with the [CaptchaAI](https://www.captchaai.io/) service API.
25+
The library is intended for software developers and is used to work with the [Capsolver](https://capsolver.com/) service API.
2626

2727
## How to install?
2828

docs/modules/other-libs/info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
## Other libraries for Captcha-solving services
44
1. [RuCaptcha / 2Captcha](https://github.com/AndreiDrang/python-rucaptcha)
55
2. [AntiCaptcha](https://github.com/AndreiDrang/python3-anticaptcha)
6-
3. [CaptchaAI](https://github.com/AndreiDrang/python3-captchaai)
6+
3. [Capsolver](https://github.com/AndreiDrang/python3-captchaai)

files/CaptchaAI.png

2.99 MB
Loading

files/CaptchaAISm.png

-13.4 KB
Loading

src/python3_captchaai/control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class BaseControl(BaseCaptcha):
88
"""
99
Args:
10-
api_key: CaptchaAI API key
10+
api_key: Capsolver API key
1111
sleep_time: The waiting time between requests to get the result of the Captcha
1212
request_url: API address for sending requests
1313
"""
@@ -28,7 +28,7 @@ def __init__(
2828

2929
class Control(BaseControl):
3030
"""
31-
The class is used to work with CaptchaAI control methods.
31+
The class is used to work with Capsolver control methods.
3232
3333
Notes:
3434
https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426042/API+Methods

src/python3_captchaai/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class BaseCaptcha:
1919
Basic Captcha solving class
2020
2121
Args:
22-
api_key: CaptchaAI API key
22+
api_key: Capsolver API key
2323
captcha_type: Captcha type name, like `ReCaptchaV2Task` and etc.
2424
sleep_time: The waiting time between requests to get the result of the Captcha
2525
request_url: API address for sending requests

src/python3_captchaai/datadome_slider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
class BaseDatadomeSlider(BaseCaptcha):
1010
"""
11-
The class is used to work with CaptchaAI DatadomeSlider method.
11+
The class is used to work with Capsolver DatadomeSlider method.
1212
1313
Args:
14-
api_key: CaptchaAI API key
14+
api_key: Capsolver API key
1515
websiteURL: Address of the webpage
1616
captchaUrl: Captcha Url where is the captcha
1717
proxyType: Type of the proxy

0 commit comments

Comments
 (0)