ruby-2captcha 1.1.5 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rspec_status +16 -7
- data/.ruby-version +1 -1
- data/Gemfile.lock +5 -5
- data/README.md +403 -66
- data/README.ru.md +416 -76
- data/api_2captcha.gemspec +4 -1
- data/examples/alibaba_example.rb +16 -0
- data/examples/altcha_example.rb +12 -0
- data/examples/amazon_waf_example.rb +14 -0
- data/examples/atb_captcha_example.rb +11 -0
- data/examples/audio_example.rb +10 -0
- data/examples/basilisk_example.rb +15 -0
- data/examples/binance_example.rb +17 -0
- data/examples/canvas_example.rb +13 -0
- data/examples/captchafox_example.rb +20 -0
- data/examples/capy_example.rb +11 -0
- data/examples/cloudflare_turnstile_example.rb +15 -0
- data/examples/coordinates_example.rb +12 -0
- data/examples/cut_captcha_example.rb +11 -0
- data/examples/cyber_siara_example.rb +10 -0
- data/examples/datadome_example.rb +12 -0
- data/examples/drag_drop_example.rb +24 -0
- data/examples/friendly_captcha_example.rb +10 -0
- data/examples/funcaptcha_example.rb +10 -0
- data/examples/geetest_example.rb +12 -0
- data/examples/geetest_v4_example.rb +10 -0
- data/examples/grid_captcha_example.rb +14 -0
- data/examples/hcaptcha_example.rb +10 -0
- data/examples/hunt_example.rb +17 -0
- data/examples/key_captcha_example.rb +13 -0
- data/examples/lemin_example.rb +12 -0
- data/examples/media/drag_drop/background.jpeg +0 -0
- data/examples/media/drag_drop/image1.jpeg +0 -0
- data/examples/media/drag_drop/image2.jpeg +0 -0
- data/examples/media/example.mp3 +0 -0
- data/examples/media/normal_2.jpg +0 -0
- data/examples/media/recaptchaGrid4x4.jpg +0 -0
- data/examples/media/recaptchaGridImginstructions4x4.jpg +0 -0
- data/examples/media/temu/body.png +0 -0
- data/examples/media/temu/part1.png +0 -0
- data/examples/media/temu/part2.png +0 -0
- data/examples/media/temu/part3.png +0 -0
- data/examples/mt_captcha_example.rb +10 -0
- data/examples/normal_captcha_example.rb +11 -0
- data/examples/prosopo_example.rb +16 -0
- data/examples/recaptcha_v2_example.rb +10 -0
- data/examples/recaptcha_v3_example.rb +18 -0
- data/examples/rotate_example.rb +13 -0
- data/examples/temu_example.rb +28 -0
- data/examples/tencent_example.rb +10 -0
- data/examples/text_example.rb +10 -0
- data/examples/tspd_example.rb +19 -0
- data/examples/vkcaptcha_example.ru +10 -0
- data/examples/vkimage_example.rb +10 -0
- data/examples/yandex_example.rb +10 -0
- data/examples/yidun_example.rb +15 -0
- data/howto.txt +8 -0
- data/lib/api_2captcha/client.rb +77 -5
- data/lib/api_2captcha/version.rb +1 -1
- metadata +62 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d43df532b2141353e6422da8e0665393eb50e141146845a1c29626588c4dd68
|
|
4
|
+
data.tar.gz: d8ebb3b307406598dc10d828a7263f3a31d703fde4f9e2c0ed0dce362beddb8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0a5795f465569fdbede1fec84f74f1d65ba0a1cdc7adf93021b4feb11cfc22b377330c4ac7a2574e5dceffc6358106d64ed0a518375370a3a56b52a3ecbbbda
|
|
7
|
+
data.tar.gz: a979fff1899841066c9d2898ae0c6e56bd2725221ca1542cd5b4f040f9e7b48fe491fc4c7f51dc41f61565ab041fb986260a2fda6879f6296df69d116a6cf6f7
|
data/.rspec_status
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
|
-
example_id
|
|
2
|
-
|
|
3
|
-
./spec/api_2captcha_spec.rb[1:1]
|
|
4
|
-
./spec/api_2captcha_spec.rb[1:2:1]
|
|
5
|
-
./spec/api_2captcha_spec.rb[1:3:1]
|
|
6
|
-
./spec/api_2captcha_spec.rb[1:4:1]
|
|
7
|
-
./spec/api_2captcha_spec.rb[1:5:1]
|
|
1
|
+
example_id | status | run_time |
|
|
2
|
+
----------------------------------- | ------- | --------------------- |
|
|
3
|
+
./spec/api_2captcha_spec.rb[1:1] | passed | 0.00056 seconds |
|
|
4
|
+
./spec/api_2captcha_spec.rb[1:2:1] | passed | 0.00041 seconds |
|
|
5
|
+
./spec/api_2captcha_spec.rb[1:3:1] | passed | 1.52 seconds |
|
|
6
|
+
./spec/api_2captcha_spec.rb[1:4:1] | passed | 23.45 seconds |
|
|
7
|
+
./spec/api_2captcha_spec.rb[1:5:1] | passed | 0.60409 seconds |
|
|
8
|
+
./spec/api_2captcha_spec.rb[1:6:1] | passed | 12.42 seconds |
|
|
9
|
+
./spec/api_2captcha_spec.rb[1:7:1] | passed | 1.37 seconds |
|
|
10
|
+
./spec/api_2captcha_spec.rb[1:8:1] | passed | 1 minute 4.24 seconds |
|
|
11
|
+
./spec/api_2captcha_spec.rb[1:9:1] | unknown | |
|
|
12
|
+
./spec/api_2captcha_spec.rb[1:10:1] | unknown | |
|
|
13
|
+
./spec/api_2captcha_spec.rb[1:11:1] | unknown | |
|
|
14
|
+
./spec/api_2captcha_spec.rb[1:12:1] | unknown | |
|
|
15
|
+
./spec/api_2captcha_spec.rb[1:13:1] | unknown | |
|
|
16
|
+
./spec/api_2captcha_spec.rb[1:14:1] | passed | 0.29802 seconds |
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
3.2.0
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ruby-2captcha (1.
|
|
4
|
+
ruby-2captcha (1.1.6)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -20,7 +20,7 @@ GEM
|
|
|
20
20
|
rainbow (3.1.1)
|
|
21
21
|
rake (13.0.6)
|
|
22
22
|
regexp_parser (2.8.0)
|
|
23
|
-
rexml (3.
|
|
23
|
+
rexml (3.3.9)
|
|
24
24
|
rspec (3.12.0)
|
|
25
25
|
rspec-core (~> 3.12.0)
|
|
26
26
|
rspec-expectations (~> 3.12.0)
|
|
@@ -34,7 +34,7 @@ GEM
|
|
|
34
34
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
35
35
|
rspec-support (~> 3.12.0)
|
|
36
36
|
rspec-support (3.12.0)
|
|
37
|
-
rubocop (1.
|
|
37
|
+
rubocop (1.50.2)
|
|
38
38
|
json (~> 2.3)
|
|
39
39
|
parallel (~> 1.10)
|
|
40
40
|
parser (>= 3.2.0.0)
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
time (0.2.2)
|
|
52
52
|
date
|
|
53
53
|
unicode-display_width (2.4.2)
|
|
54
|
-
uri (0.
|
|
54
|
+
uri (0.13.0)
|
|
55
55
|
|
|
56
56
|
PLATFORMS
|
|
57
57
|
ruby
|
|
@@ -64,4 +64,4 @@ DEPENDENCIES
|
|
|
64
64
|
ruby-2captcha!
|
|
65
65
|
|
|
66
66
|
BUNDLED WITH
|
|
67
|
-
2.4.
|
|
67
|
+
2.4.22
|