Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 481 Bytes

queryselector

A simple node based scrapper to pull text from the web. If you now the URL and a CSS selector to the element you can grab it in your CLI.

Usage

$ git clone https://github.com/anthonydillon/queryselector.git && cd queryselector
$ npm install
$ node index.js https://github.com/nottrobin ".user-profile-bio"
A webdev and a lefty. https://twitter.com/nottrobin.

Change the URL and the query selector that follows to display the content of the node.