云紫/phantomjs-source-proxy

安装: 17

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

语言:JavaScript

dev-master 2016-06-24 20:40 UTC

This package is auto-updated.

Last update: 2024-09-20 22:58:34 UTC


README

用于抓取由js生成的网页的包,基于以下代码:https://github.com/fizzka/phantomjs-source-capture

要求

Docker已安装

用法

composer install
./phantomjs-source-proxy <any phantomjs parametrs> printSource.js <URL>

或者

composer require yuzic/phantomjs-source-proxy
./vendor/bin/phantomjs-source-proxy  <any phantomjs parametrs>  printSource.js <URL>