文件名称:cli-scrape:使用XPath或CSS选择器从命令行进行简单的抓取!
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-25 09:30:00
CoffeeScript
剪贴 使用xpath或CSS选择器从命令行抓取屏幕 入门 使用以下命令安装模块: npm install -g cli-scrape 然后尝试以下方法: $ scrape http://whatthecommit.com/ '//p[0]/text()' $ scrape http://whatthecommit.com/ 'p:first-child' 或其中一些: # get a list of all of my public repos from github $ scrape https://github.com/pthrasher 'li.public.source h3 a' # Check if a website is down via down for everyone or just me: $ scrape http://www.downforeveryon
【文件预览】:
cli-scrape-develop
----.travis.yml(51B)
----LICENSE-MIT(1KB)
----docs()
--------docco.css(7KB)
--------scrape.html(25KB)
----package.json(1KB)
----grunt.js(2KB)
----.npmignore(41B)
----spec()
--------all.spec.coffee(1KB)
--------reports()
----.gitignore(15B)
----lib()
--------wgxpath.install.js(24KB)
--------qwery-pseudos.min.js(2KB)
--------qwery.min.js(6KB)
--------scrape.coffee(6KB)
--------scrape.js(4KB)
----README.md(2KB)