GithubHelp home page GithubHelp logo

pombredanne / thresher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from contentmine/thresher

0.0 2.0 0.0 517 KB

Headless scraperJSON scraping for Node.js

License: MIT License

JavaScript 100.00%

thresher's Introduction

Thresher

NPM version license MIT Downloads Build Status Dependency Status Coverage Status Code Climate

Thresher is a library for modern web scraping in Node.js. It is unique in that:

  • it is headless: URLs are rendered in a GUI-less browser, meaning the version of the HTML you scrape is the same one visitors would see on their screen
  • it is declarative: Scrapers are defined in separate JSON files. This means no programming required! It also means any other software supporting the same format could use the same scraper definitions.

Thresher was developed as part of the ContentMine stack for mining the academic literature.

Installation

npm install --save thresher

Usage

See quickscrape for a thorough example of thresher in action.

Contributing

We are not yet accepting contributions, if you'd like to help please drop me an email ([email protected]) and I'll let you know when we're ready for that.

Release History

  • 0.0.1 - fork thresher from quickscrape
  • 0.0.2 - solve the dependency problem by exposing binaries from installed packages
  • 0.0.3 - fix rendering issue on some websites
  • 0.0.4 - automatic scraper selection
  • 0.0.5 - fix bug in ScraperBox for multiple matches
  • 0.0.6 - refactor, headless rendering optional, multiple URLs, automatic scraper selection
  • 0.0.7 - support scraperJSON v0.0.2: add regex capability, remove all logging, move to event-based design
  • 0.0.8 - resolve URLs with head-follow requests; refactor to have a Scraper class; supply cookies to downloader; use jsdom-lite to forestall some of the worst installation issues (thanks to @darobin).
  • 0.0.9 - fix broken release
  • 0.1.0 - complete rewrite to support scraperJSON v0.1

License

Copyright (c) 2014 Shuttleworth Foundation. Licensed under the MIT license.

thresher's People

Contributors

blahah avatar darobin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.