YahooWS2 is a tool for retrieving data about price, open, close and more from Yahoo Finance using Puppeteer.
Make sure you have Node.js installed.
- Clone the repository:
git clone https://github.com/kingjotaro/yahooWS2
- Install dependencies:
npm install
- To run the development server with all tickers:
npm run dev
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