Skip to content

BurningYolo/Pakistan-News-Data-Fetch

Repository files navigation

Fetch Article/Blog Data from Pakistans Top New's Networks.


Currently Fetches Data from these Networks.



Usage


Require Installation of Axios, Cheerio & Fs

npm install axios
npm install cheerio
npm install fs

Start path is start_fetching_data.js start_data_fetch.js

npm start or node start_data_fetch to run the program.

Final Output is Stored in .csv file data.csv can be altered in the start path.


Data Extracted


  • Link to the Article
  • Title of the Article
  • Content Inside Article

The Headings in CSV file are

  • Title : Contains the Title of the Article
  • Link : Contains the link of the Article
  • Article: Contains the content of the Article
  • NewsStation: Contains the NewsNetwork who published the Article

Releases

No releases published