An open API service indexing awesome lists of open source software.

https://github.com/openhacking/bypass-captcha

Use Nodejs + Playwright + 2Captcha, bypass captcha and automatically log in to bilibili.com
https://github.com/openhacking/bypass-captcha

Last synced: 10 months ago
JSON representation

Use Nodejs + Playwright + 2Captcha, bypass captcha and automatically log in to bilibili.com

Awesome Lists containing this project

README

          

# Bypass Captcha

简体中文 | [English](./README.md)

## 介绍

使用 Nodejs + Playwright + 2Captcha 自动登陆B站

完整分析 [Nodejs Playwright 验证码识别实现自动登陆](https://lwebapp.com/zh/post/bypass-captcha)

## 使用

1. 拉取项目,安装依赖
```sh
git clone https://github.com/openHacking/bypass-captcha.git
cd bypass-captcha
npm i
```

2. 修改`.env`文件中的登陆信息和 `API Key`

3. 启动
```sh
node captcha.js
```

## 参考

- [Playwright](https://playwright.dev/)
- [2Captcha](https://2captcha.com?from=13803059)