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
> [View on github >](https://github.com/imagetyperz-api/imagetyperz-api-csharp
33
33
)
34
34
35
-
### Python 2.x
36
-
This is how you can get the library for python version 2. We have it for python3 as well, below.
37
-
38
-
**pip** is a popular package manager for python, which usually comes installed with the OS python installation, in case of linux.
39
-
40
-
If you're on windows and not linux or mac, first, **make sure you have python2 installed**, and grab download pip installation file from [here](https://bootstrap.pypa.io/get-pip.py)
41
-
42
-
All you have to do is open the file and pip will get installed.
43
-
44
-
Once that's done, you can find pip inside the ***Scripts*** folder, of the python installation.
> [View on github >](https://github.com/imagetyperz-api/imagetyperz-api-python2
52
-
)
53
-
54
-
### Python 3.x
35
+
### Python
55
36
56
37
Same thing applies to python3. In case you don't have pip already, get it, because that's the easiest to get going, and will help you with next libraries you'll require in the future as well.
> [View on github >](https://github.com/imagetyperz-api/imagetyperz-api-nodejs
84
65
)
85
66
86
-
### Javascript
67
+
### JavaScript
87
68
88
69
Similar to the nodejs library, this library works in a very similar fashion, only difference is that this one is intended to work in browser while the other one on server, with nodejs.
> [View on github >]( https://github.com/imagetyperz-api/imagetyperz-api-perl
169
-
)
170
-
171
140
### UBot
172
141
173
142
Although not a real programming language,
@@ -207,7 +176,7 @@ This reCaptcha somewhat different because it doesn't ask the user anything (for
207
176
208
177
We're providing solving solutions for this reCaptcha as well, although we are also just like Google into beta testing, as Google goes along too.
209
178
210
-
### reCAPTCHA Enterprise (v2 & v3)[NEW]
179
+
### reCAPTCHA Enterprise (v2 & v3)
211
180
212
181
Enterprise captcha was released back in 2020.
213
182
This is targeting bigger companies with lots of traffic. At least for now, in order to use enterprise as a webmaster, Google requires you to apply for it, and puts you through an approval process, before you can create a captcha in their Dev console.
@@ -471,22 +440,23 @@ There are few optional parameters as well.
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```***```- optional```
484
-
>- proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
454
+
>- proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
485
455
> - useragent = User-Agent used in solving recaptcha `- optional`
486
-
>- data-s = required with some recaptchas. A one-time token generated with each captcha loaded `- optional`
456
+
>- data-s = required with some recaptchas. A one-time token generated with each captcha loaded `- optional`
487
457
> - cookie_input = cookies used in solving reCAPTCHA `- optional`
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```***```- optional```
@@ -525,6 +496,7 @@ Submission is very similar to non-enterprise reCAPTCHA types.
525
496
> - action = UPLOADCAPTCHA
526
497
> - enterprise_type = v2 or v3 `- optional, defaults to v2`
527
498
> - captchaaction = action parameter used in solving of v3 type `- optional`
499
+
> - domain = used in loading reCAPTCHA interface, default: www.google.com (alternative: recaptcha.net) `- optional`
528
500
> - score = score targeted, check being done against a test recaptcha `- optional`
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```***```- optional```
@@ -809,6 +781,7 @@ Use the 3 codes to bypass the geetest captcha.
809
781
> - sitekey = **sitekey used in solving captcha (gathered from URL source code / DOM)**
0 commit comments