Skip to content

anthonydillon/queryselector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published