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!
- clone
- run
npm install
- run `node index.js [params]
-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