Skip to content

Commit e51c67b

Browse files
Update README.md
1 parent 18a0677 commit e51c67b

File tree

1 file changed

+50
-24
lines changed

1 file changed

+50
-24
lines changed

README.md

Lines changed: 50 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,43 @@
1+
<a href="https://github.com/2captcha/2captcha-python"><img src="https://github.com/user-attachments/assets/37e1d860-033b-4cf3-a158-468fc6b4debc" width="82" height="30"></a>
2+
<a href="https://github.com/2captcha/2captcha-javascript"><img src="https://github.com/user-attachments/assets/4d3b4541-34b2-4ed2-a687-d694ce67e5a6" width="36" height="30"></a>
3+
<a href="https://github.com/2captcha/2captcha-go"><img src="https://github.com/user-attachments/assets/ab22182e-6cb2-41fa-91f4-d5e89c6d7c6f" width="63" height="30"></a>
4+
<a href="https://github.com/2captcha/2captcha-ruby"><img src="https://github.com/user-attachments/assets/0270d56f-79b0-4c95-9b09-4de89579914b" width="75" height="30"></a>
5+
<a href="https://github.com/2captcha/2captcha-cpp"><img src="https://github.com/user-attachments/assets/5f09dc72-cefc-4036-b896-132ccd9aa465" width="45" height="30"></a>
6+
<a href="https://github.com/2captcha/2captcha-php"><img src="https://github.com/user-attachments/assets/e8797843-3f61-4fa9-a155-ab0b21fb3858" width="52" height="30"></a>
7+
<a href="https://github.com/2captcha/2captcha-java"><img src="https://github.com/user-attachments/assets/a3d923f6-4fec-4c07-ac50-e20da6370911" width="50" height="30"></a>
8+
<a href="https://github.com/2captcha/2captcha-csharp"><img src="https://github.com/user-attachments/assets/f4d449de-780b-49ed-bb0a-b70c82ec4b32" width="38" height="30"></a>
9+
110
# C++ Module for 2Captcha API
211
The easiest way to quickly integrate [2Captcha] into your code to automate solving of any type of captcha.
3-
4-
- [Installation](#installation)
5-
- [Configuration](#configuration)
6-
- [Solve captcha](#solve-captcha)
7-
- [Normal Captcha](#normal-captcha)
8-
- [Text](#text-captcha)
9-
- [ReCaptcha v2](#recaptcha-v2)
10-
- [ReCaptcha v3](#recaptcha-v3)
11-
- [FunCaptcha](#funcaptcha)
12-
- [GeeTest](#geetest)
13-
- [hCaptcha](#hcaptcha)
14-
- [KeyCaptcha](#keycaptcha)
15-
- [Capy](#capy)
16-
- [Grid (ReCaptcha V2 Old Method)](#grid)
17-
- [Canvas](#canvas)
18-
- [ClickCaptcha](#clickcaptcha)
19-
- [Rotate](#rotate)
20-
- [Other methods](#other-methods)
21-
- [send / getResult](#send--getresult)
22-
- [balance](#balance)
23-
- [report](#report)
24-
- [Proxies](#proxies)
25-
- [Error handling](#error-handling)
12+
Examples of API requests for different captcha types are available on the [C++ captcha solver](https://github.com/2captcha/2captcha-cpp/tree/master/examples) examples directory.
13+
14+
15+
16+
- [C++ Module for 2Captcha API](#c-module-for-2captcha-api)
17+
- [Installation](#installation)
18+
- [Configuration](#configuration)
19+
- [Solve captcha](#solve-captcha)
20+
- [Normal Captcha](#normal-captcha)
21+
- [Text](#text-captcha)
22+
- [ReCaptcha v2](#recaptcha-v2)
23+
- [ReCaptcha v3](#recaptcha-v3)
24+
- [FunCaptcha](#funcaptcha)
25+
- [GeeTest](#geetest)
26+
- [hCaptcha](#hcaptcha)
27+
- [KeyCaptcha](#keycaptcha)
28+
- [Capy](#capy)
29+
- [Grid (ReCaptcha V2 Old Method)](#grid)
30+
- [Canvas](#canvas)
31+
- [ClickCaptcha](#clickcaptcha)
32+
- [Rotate](#rotate)
33+
- [Other methods](#other-methods)
34+
- [send / getResult](#send--get_result)
35+
- [balance](#balance)
36+
- [report](#report)
37+
- [Proxies](#proxies)
38+
- [Error handling](#error-handling)
39+
- [Get in touch](#get-in-touch)
40+
- [Join the team 👪](#join-the-team-)
2641

2742

2843
## Installation
@@ -307,6 +322,17 @@ catch (api2captcha::timeout_exception_t & e)
307322
}
308323
```
309324

325+
## Get in touch
326+
327+
<a href="mailto:support@2captcha.com"><img src="https://github.com/user-attachments/assets/539df209-7c85-4fa5-84b4-fc22ab93fac7" width="80" height="30"></a>
328+
<a href="https://2captcha.com/support/tickets/new"><img src="https://github.com/user-attachments/assets/be044db5-2e67-46c6-8c81-04b78bd99650" width="81" height="30"></a>
329+
330+
## Join the team 👪
331+
332+
There are many ways to contribute, of which development is only one! Find your next job. Open positions: AI experts, scrapers, developers, technical support, and much more! 😍
333+
334+
<a href="mailto:job@2captcha.com"><img src="https://github.com/user-attachments/assets/36d23ef5-7866-4841-8e17-261cc8a4e033" width="80" height="30"></a>
335+
310336
<!-- Shared links -->
311337
[examples directory]: /examples/
312338
[2Captcha]: https://2captcha.com/
@@ -315,4 +341,4 @@ catch (api2captcha::timeout_exception_t & e)
315341
[post options]: https://2captcha.com/2captcha-api#normal_post
316342
[list of supported languages]: https://2captcha.com/2captcha-api#language
317343
[Buy residential proxies]: https://2captcha.com/proxy/residential-proxies
318-
[Quick start]: https://2captcha.com/proxy?openAddTrafficModal=true
344+
[Quick start]: https://2captcha.com/proxy?openAddTrafficModal=true

0 commit comments

Comments
 (0)