Skip to content

Nodejs Application Which will Scrap the IMDB Movie Data and Store it in the form of CSV file

Notifications You must be signed in to change notification settings

prashantpaddune/Data-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Scrapper

Node.js

Nodejs Daemon which will Scrap the IMDB Movie Data and Store it in the form of CSV file.

Requirements

  1. Node.js installed

How to use it ?

  1. Make sure you have node.js installed.
  2. cd to the application root and do npm install which installs the dependencies
  3. Do node . to start the daemon.
  4. Check root directory to see the scrapped movie data pushed as csv file.

Node package dependencies

  1. axios - https://github.com/axios/axios
  2. jsdom - https://github.com/jsdom/jsdom
  3. json2csv - https://github.com/zemirco/json2csv

About

Nodejs Application Which will Scrap the IMDB Movie Data and Store it in the form of CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published