Skip to content

Commit

Permalink
Merge pull request #95 from 2captcha/RC-2772
Browse files Browse the repository at this point in the history
RC-2772 Add examples to README.md
  • Loading branch information
dzmitry-duboyski authored Jun 17, 2024
2 parents d98ac49 + 74aab1d commit 5a44778
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
Expand All @@ -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

0 comments on commit 5a44778

Please sign in to comment.