# spider **Repository Path**: mlzboy/spider ## Basic Information - **Project Name**: spider - **Description**: puppeteer实现爬虫,使用typescript开发 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spider #### 项目介绍 puppeteer实现爬虫,使用typescript开发 #### 软件架构 软件架构说明 #### 安装教程 1. npm install 2. package.js里面暂时有2个例子,直接run就可以看到结果了 3. 参考src中代码进行开发 #### 使用说明 1. https://github.com/GoogleChrome/puppeteer 2. https://pptr.dev/ 3. http://es6.ruanyifeng.com/ 4. https://www.tslang.cn/ #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request Settings -> Language & Frameworks -> TypeScript Options: --lib es2015