Skip to content

Hao8816/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

爬虫脚本

该脚本主要用于对天眼查系统列表和详情的信息。

脚本自动更新网站 https://greasyfork.org

(1). 天眼查公司列表脚本托管地址  https://greasyfork.org/scripts/370591-tyc-list/code/tyc-list.user.js

(2). 天眼查公司详情脚本托管地址  https://greasyfork.org/scripts/370150-tyc-details/code/tyc-details.user.js

脚本管理器

https://tampermonkey.net/

安装和使用

(1). curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash 来安装nvm,nodejs的版本管理器

(2). 安装nodejs, nvm install 6

(3). 进入collected目录, 安装项目相关的依赖 npm install

(4). 启动nodejs服务, npm start 端口默认是8000

结果展示

查看 /collected/data/result.json 文件

ES自动补全

https://www.jianshu.com/p/d2a3febb2dc8