Skip to content

kingjotaro/yahooWS2

Repository files navigation

YahooWS2

Description

YahooWS2 is a tool for retrieving data about price, open, close and more from Yahoo Finance using Puppeteer.

Installation

Make sure you have Node.js installed.

  1. Clone the repository:
git clone https://github.com/kingjotaro/yahooWS2
  1. Install dependencies:
npm install 
  1. To run the development server with all tickers:
npm run dev

Additional Functionalities

You may customize paths in the missingTicker.js and showFiles.js.

To create a missing_ticker.txt showing all the missing ticker that havent downaloaded

npm run missing

To run the development server with missing tickers:

 npm run dev2

To create a file fileList.txt with all ticker that you have already downloaded

npm run show

About

yahoo webscraping 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published