Skip to content

a webscraper that uses the Cheerio and Request node packages

Notifications You must be signed in to change notification settings

Ranner198/WebscraperJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WebscraperJS

a webscraper that uses the Cheerio and Request node packages

How to use

  1. download Node.js
  2. install the Cheerio package from npm either from command line, powershell, or terminal --> $npm i cheerio
  3. install the Request package from npm either from command line, powershell, or terminal --> $npm i request
  4. clone the project with 'git clone https://github.com/Ranner198/WebscraperJS.git'
  5. change the working directory in your cmd, pwshell, or terminal with the '$cd '
  6. Execute the node application with '$node WebScraper.js'

To Modify open in any IDE the comment lines should explain how to scrape from other sites and different classes or etc.

Here is a good tutorial on how to get into webscraping with Cheerio and Node.js - https://github.com/cheeriojs/cheerio

About

a webscraper that uses the Cheerio and Request node packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published