文件名称:email-crawler:从网页抓取电子邮件
文件大小:45KB
文件格式:ZIP
更新时间:2024-06-03 23:08:06
HTML
电子邮件搜寻器 安装 npm install email-crawler 用法 var Scraper = require ( "email-crawler" ) ; var emailscraper = new Scraper ( "https://koptional.com" ) ; // A level is how far removed (in terms of link clicks) a page is from the root page (only follows same domain routes) emailscraper . getLevels ( 2 ) . then ( ( emails ) => { console . log ( emails ) ; // Here are the emails crawled from traveling tw
【文件预览】:
email-crawler-master
----.gitignore(13B)
----README.md(760B)
----html-parser-utils.js(4KB)
----tests()
--------test-email-scraper.js(3KB)
--------assets()
----package.json(1KB)
----spec()
--------support()
--------test-email-filterer.spec.js(6KB)
----scraper.js(2KB)
----package-lock.json(58KB)