Skip to content

vfalconisumo/meta-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-scrape

Extracts meta tags from a given list of URLs (./targets.txt).

(Note: If a meta tag does not have a name or property attribute, it is ignored.)

Configuration

Setting Description Default
OUTPUT_PATH Environmental setting, where results.csv should be written. This path must include a filename. Repo root

Usage

# generate a report from ./targets.txt, output to ./results.csv
npm run start

# generate a report from ./targets.txt, output to custom path
OUTPUT_PATH=/path/to/save/results.csv npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published