Skip to content

nodejs 抓取页面数据,批量下载图片表情等

License

Notifications You must be signed in to change notification settings

zzugbb/nodejs-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-crawler

nodejs 抓取页面数据,批量下载图片表情等

getEmoji-爬取表情

npm install
node getEmoji.js

从对应的图片地址,批量下载保存到本地。

两种不同的方式爬取表情, 方法一 : node-request, 方法二 : node-crawler

getStickersFromHtml-爬取网页内容

npm install
node getStickersFromHtml.js

从 网站不同的 html页面 进行爬虫,根据页面结构,分析从而获取需要的数据。

表情包网站 爬取最热表情包。注意: 爬取地址见前面, 由于分页,从各个页面抓取.

相关资料

node-crawler

node-crawler 是一个轻量级的 node.js 爬虫工具,兼顾了高效与便利性,支持分布式爬虫系统,支持硬编码,支持http前级代理。

参考资料

About

nodejs 抓取页面数据,批量下载图片表情等

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published