You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3 library for [Capsolver](https://capsolver.com/) service API.
20
+
21
+
Python 3 library for [Capsolver](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1) service API.
19
22
20
23
Tested on UNIX based OS.
21
24
22
-
The library is intended for software developers and is used to work with the [Capsolver](https://capsolver.com/) service API.
25
+
The library is intended for software developers and is used to work with the [Capsolver](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1) service API.
23
26
24
27
***
25
28
@@ -31,24 +34,29 @@ Or email python-captcha@pm.me
31
34
32
35
## How to install?
33
36
34
-
We recommend using the latest version of Python. `python3-captchaai` supports Python 3.7+.
37
+
We recommend using the latest version of Python. `python3-capsolver` supports Python 3.7+.
35
38
36
39
### pip
37
40
38
41
```bash
39
-
pip install python3-captchaai
42
+
pip install python3-capsolver
40
43
```
41
44
42
45
## How to use?
43
46
44
-
Is described in the [documentation-website](https://andreidrang.github.io/python3-captchaai/).
47
+
Is described in the [documentation-website](https://andreidrang.github.io/python3-capsolver/).
45
48
46
49
47
50
## How to test?
48
51
49
52
1. You need set ``API_KEY`` in your environment(get this value from you account).
50
53
2. Run command ``make tests``, from root directory.
0 commit comments