Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 229 Bytes

抓取虎嗅文章

Redis + Mongodb

mongod --port 27017 --dbpath [path]
npm i
1. node app.js init // 把要抓取文章id存入redis
2. node app.js crawl 10 // 10是抓取数量, 默认5条