Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxxily/happy-puppeteer
happy-puppeteer
https://github.com/xxxily/happy-puppeteer
Last synced: 12 days ago
JSON representation
happy-puppeteer
- Host: GitHub
- URL: https://github.com/xxxily/happy-puppeteer
- Owner: xxxily
- Created: 2020-01-17T02:23:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:09:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T20:51:51.594Z (about 1 month ago)
- Language: JavaScript
- Size: 330 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# happy-puppeteer
[[toc]]
## 简介
happy-puppeteer 是一个让你简单快捷使用 puppeteer 的辅助库,可适用于:
- 批量管理网站控制脚本
- 快速提取网站数据(图片、接口等)
- 建立简单高效的代理测试浏览器
- 更多功能有待挖掘和完善## 安装
```bash
npm i happy-puppeteer
# or
yarn add -D happy-puppeteer
```