Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 585 Bytes

article_scraper

Scrape news articles from the washington post or politico matching a keyword in a given time range and export them as csv. This script is hacked down quite fasten, please check results for validity!

Install

  1. clone
  2. run npm install
  3. run `node index.js [params]

Options

-k, --keyword keyword you are searching for

-s, --startdate start date

-e, --enddate end date

-m, --medium medium (wp=washington post, politico=politico)

-h, --help output usage information