Skip to content

Takes a file with a list of urls and outputs CSV of url, title, desc.

Notifications You must be signed in to change notification settings

brandonstephens/meta-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Meta Machine

Command that takes a file with a list of urls and outputs CSV of url, title, desc.

💾 Installation

  1. nvm use
  2. npm install
  3. npm start ~/path/to/input.txt

Example input.txt

https://brandonstephens.me/
https://brandonstephens.me/about/
https://brandonstephens.me/work/
https://brandonstephens.me/resume/

🗺 Roadmap

  • allow passing stdin
  • allow std out
  • excape csv values properly
  • allow flags for which columns to output
  • allow passing a sitemap.xml directly

About

Takes a file with a list of urls and outputs CSV of url, title, desc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published