ezpaarse平台
ezPAARSE的平台解析器,抓取器和PKB
运行测试
# Install dependencies
make install
# Test all platforms
make test
# Test only SD and NPG
make test sd npg
# Initialize a new parser
make init
文献资料
您可以在找到有关ezPAARSE平台和解析器的所有信息。
报废
抓取一个简单的dom抓取工具,以使用jQuery类的语法从任何基于html的网站获取信息,并将该信息转换为JSON API
这个怎么运作?
它可以通过简单地以HCL格式定义一些macros / endpoints来工作,让魔术开始,这是一个示例:
# /scraply
macro scraply {
// the url to scrap
// we will scrap scraply github page and get information from it