Skip to content

Commit f37cb69

Browse files
Documentation and samples
1 parent cce676b commit f37cb69

7 files changed

Lines changed: 631 additions & 278 deletions

File tree

README.md

Lines changed: 606 additions & 254 deletions
Large diffs are not rendered by default.

examples/example.Atb.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ int main() {
99
dbc::HttpClient client(username, password);
1010

1111
const std::string atb_params = R"({
12-
"proxy": "http://user:password@127.0.0.1:1234",
13-
"proxytype": "HTTP",
14-
"pageurl": "https://your-atb-protected-page.example.com",
15-
"api_server": "your_atb_api_server_here",
16-
"app_id": "your_app_id_here"
12+
"proxy": "http://user:password@127.0.0.1:1234",
13+
"proxytype": "HTTP",
14+
"pageurl": "https://your-atb-protected-page.example.com",
15+
"apiserver": "https://cap.aisecurius.com",
16+
"appid": "af23e041b22d000a11e22a230fa8991c"
1717
})";
1818

1919
try {

examples/example.Capy.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ int main() {
99
dbc::HttpClient client(username, password);
1010

1111
const std::string capy_params = R"({
12-
"proxy": "http://user:password@127.0.0.1:1234",
13-
"proxytype": "HTTP",
14-
"sitekey": "your_capy_sitekey_here",
15-
"pageurl": "https://www.capy.me/products/captcha/"
12+
"proxy": "http://user:password@127.0.0.1:1234",
13+
"proxytype": "HTTP",
14+
"captchakey": "PUZZLE_h4k2THJgd5dR5jYrKRHdddaSEp7aDN",
15+
"api_server": "https://www.capy.me/",
16+
"pageurl": "https://www.capy.me/products/puzzle_captcha/"
1617
})";
1718

1819
try {

examples/example.Cutcaptcha.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ int main() {
99
dbc::HttpClient client(username, password);
1010

1111
const std::string cutcaptcha_params = R"({
12-
"proxy": "http://user:password@127.0.0.1:1234",
13-
"proxytype": "HTTP",
14-
"misery_key": "your_misery_key_here",
15-
"api_key": "your_api_key_here",
16-
"pageurl": "https://example.com/with-cutcaptcha"
12+
"proxy": "http://user:password@127.0.0.1:1234",
13+
"proxytype": "HTTP",
14+
"miserykey": "56a9e9b989aa8cf99e0cea28d4b4678b84fa7a4e",
15+
"apikey": "SAs61IAI",
16+
"pageurl": "https://filecrypt.cc/Contact.html"
1717
})";
1818

1919
try {

examples/example.Lemin.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ int main() {
99
dbc::HttpClient client(username, password);
1010

1111
const std::string lemin_params = R"({
12-
"proxy": "http://user:password@127.0.0.1:1234",
13-
"proxytype": "HTTP",
14-
"captcha_id": "your_lemin_captcha_id_here",
15-
"pageurl": "https://example.com/with-lemin",
16-
"api_server": "https://api.leminnow.com"
12+
"proxy": "http://user:password@127.0.0.1:1234",
13+
"proxytype": "HTTP",
14+
"captchaid": "CROPPED_099216d_8ba061383fa24ef498115023aa7189d4",
15+
"pageurl": "https://dashboard.leminnow.com/auth/signup"
1716
})";
1817

1918
try {

examples/example.Siara.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ int main() {
99
dbc::HttpClient client(username, password);
1010

1111
const std::string siara_params = R"({
12-
"proxy": "http://user:password@127.0.0.1:1234",
13-
"proxytype": "HTTP",
14-
"sitekey": "your_siara_sitekey_here",
15-
"pageurl": "https://example.com/with-siara"
12+
"proxy": "http://user:password@127.0.0.1:1234",
13+
"proxytype": "HTTP",
14+
"slideurlid": "OXR2LVNvCuXykkZbB8KZIfh162sNT8S2",
15+
"pageurl": "https://www.cybersiara.com/book-a-demo",
16+
"useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
1617
})";
1718

1819
try {

examples/example.Tencent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int main() {
1111
const std::string tencent_params = R"({
1212
"proxy": "http://user:password@127.0.0.1:1234",
1313
"proxytype": "HTTP",
14-
"app_id": "your_tencent_app_id_here",
14+
"appid": "your_tencent_appid_here",
1515
"pageurl": "https://example.com/with-tencent-captcha"
1616
})";
1717

0 commit comments

Comments
 (0)