Skip to content

Commit

Permalink
docs: update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed May 1, 2023
1 parent 81fa812 commit 5bc19c9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Esta biblioteca sirve como un contenedor para la API del Servicio 2captcha para
- ✅ Cloudflare Turnstile
- ✅ Amazon WAF Captcha
- ✅ Capy Puzzle
- ✅ Сoordinates (Click Captcha).
- ✅ Сoordinates (Click Captcha)
- ⬜ Audio Recogntion

## Instalar

Expand Down Expand Up @@ -288,6 +289,7 @@ solver.recaptcha({
## Ejemplos de uso con código fuente y descripción
* [Solución de captcha GeeTest usando Puppeteer](https://github.com/dzmitry-duboyski/GeeTest-demo)
* [Solución de captcha reCAPTCHA usando Puppeteer](https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer)
* [Yandex Smart Captcha solución usando Puppeteer](https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer)

---

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ A wrapper around the [2captcha](https://2captcha.com/?from=16653706) API. This w
- ✅ Cloudflare Turnstile
- ✅ Amazon WAF Captcha
- ✅ Capy Puzzle
- ✅ Сoordinates (Click Captcha).
- ✅ Сoordinates (Click Captcha)
- ⬜ Audio Recogntion
<!---->

## Install
Expand Down Expand Up @@ -308,6 +309,7 @@ The latest version of the code base will always be under the '**next**' branch!
## Usage examples with source code and description
* [Solving GeeTest Captcha using Puppeteer](https://github.com/dzmitry-duboyski/GeeTest-demo)
* [Solving reCAPTCHA using Puppeteer](https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer)
* [Solving Yandex Smart Captcha using Puppeteer](https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer)

---

Expand Down
4 changes: 3 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
- ✅ Cloudflare Turnstile
- ✅ Amazon WAF Captcha
- ✅ Capy Puzzle
- ✅ Сoordinates (Click Captcha).
- ✅ Сoordinates (Click Captcha)
- ⬜ Audio Recogntion

## Установка

Expand Down Expand Up @@ -288,6 +289,7 @@ solver.recaptcha({
## Примеры использования с исходным кодом и описанием
* [Решение капчи GeeTest используя Puppeteer](https://github.com/dzmitry-duboyski/GeeTest-demo)
* [Решение капчи reCAPTCHA используя Puppeteer](https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer)
* [Решение Yandex Smart Captcha используя Puppeteer](https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer)
---

Этот проект является форком [этого пакета](https://www.npmjs.com/package/2captcha). В эту версию пакета, добавлена поддержка новых типов капч и изменен способ передачи параметров капчи. Параметры капчи теперь передаются в виде объекта ({параметр: значение}). А также другие косметические изменения. Подробнее о сделанных изменениях можно прочитать [тут](https://github.com/dzmitry-duboyski/2captcha-ts/releases).
4 changes: 3 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
- ✅ Cloudflare Turnstile
- ✅ Amazon WAF Captcha
- ✅ Capy Puzzle
- ✅ Сoordinates (Click Captcha).
- ✅ Сoordinates (Click Captcha)
- ⬜ Audio Recogntion

## 安装/安装

Expand Down Expand Up @@ -289,6 +290,7 @@ solver.recaptcha({
## 带有源代码和描述的使用示例
* [使用`puppeteer`测试Captcha解决方案](https://github.com/dzmitry-duboyski/GeeTest-demo)
* [reCAPTCHA + Puppeteer](https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer)
* [Yandex Smart Captcha + Puppeteer](https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer)

---
这个项目是这个包的一个分支https://www.npmjs.com/package/2captcha. 在此版本的软件包中,添加了对新类型captcha的支持,并更改了传输captcha参数的方法。 Captcha参数现在作为对象({parameter:value})传递。 以及其他化妆品的变化。 您可以阅读有关所做更改的更多信息 这里 https://github.com/dzmitry-duboyski/2captcha-ts/releases.

0 comments on commit 5bc19c9

Please sign in to comment.