zoukankan      html  css  js  c++  java
  • pjscrape: A webscraping framework written in Javascript, using PhantomJS and jQuery

    pjscrape: A web-scraping framework written in Javascript, using PhantomJS and jQuery

    Overview pjscrape is a framework for anyone who's ever wanted a command-line tool for web scraping using Javascript and jQuery. Built to run with PhantomJS, it allows you to scrape pages in a fully rendered, Javascript-enabled context from the command line, no browser required. Features Client-side, Javascript-based scraping environment with full access to jQuery functions Easy, flexible syntax for setting up one or more scrapers Recursive/crawl scraping Delay scrape until a "ready" condition occurs Load your own scripts on the page before scraping Modular architecture for logging and writing/formatting scraped items Client-side utilities for common tasks Growing set of unit tests Download pjscrape-v0.1.4.zip pjscrape-v0.1.4.tar.gz Fork on github Dependencies PhantomJS v.1.3 License MIT License Documentation Javascript API Documentation In its most concise syntax, pjscrape makes scraping a webpage as easy as this:
  • 相关阅读:
    好元素(good)
    三条线 (Standard IO)
    计数排序-自然顺序Comparable
    贪心算法之田忌赛马
    bzoj3400
    bzoj1704
    CF Round #456 (Div. 2)
    LA3029
    bzoj3000
    bzoj3623
  • 原文地址:https://www.cnblogs.com/lexus/p/2428362.html
Copyright © 2011-2022 走看看