From 74aab1d7a124cf27a85090d83414f1f5e42a6091 Mon Sep 17 00:00:00 2001 From: dzmitry-duboyski Date: Mon, 17 Jun 2024 13:29:52 +0400 Subject: [PATCH] Add examples to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cb17190..4f40712 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y - [Error handling](#error-handling) - [Proxies](#proxies) - [Async calls](#async-calls) + - [Examples](#examples) ## Installation @@ -388,6 +389,8 @@ async def captchaSolver(image): captcha_result = asyncio.run(captchaSolver(image)) ``` +## Examples +Examples of solving all supported captcha types are located in the [examples] directory. [2Captcha]: https://2captcha.com/ @@ -399,3 +402,4 @@ captcha_result = asyncio.run(captchaSolver(image)) [asyncio]: https://docs.python.org/3/library/asyncio.html [Buy residential proxies]: https://2captcha.com/proxy/residential-proxies [Quick start]: https://2captcha.com/proxy?openAddTrafficModal=true +[examples]: ./examples