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.
$ 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.