Skip to content

akash-joshi/scraper-pro-max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scraper-pro-max

Scrape a list of web-pages into a single HTML output.

Technologies Used

  • fetch
  • jsdom
  • @mozilla/readability

How this works

  1. Procure a list of links that you want to scrape. Either manually, or some simple document.querySelectorAll work.
  2. Paste the list of Array<string> into links.json.
  3. Once you run the program via node ., the code will:
  • visit each of the links in links.json
  • fetch their HTML data
  • parse it through JSDOM and Mozilla's readability library to get the relevant HTML
  • Append it to output.html to get a single summarized file.
  1. You can do whatever you want with the output. Either bookmark it, rehost it, or send it to your Kindle via something like Reabble.

I use this tool to generate summaries of any list of tools or blogposts that I like.

About

Scrape a list of web-pages into a single HTML output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published