Skip to content

This script spins up the Chromium browser via Puppeteer and allows the user to navigate the Internet while saving a copy of all response bodies to disk and writing an SQLite3 index.

License

rramphal/dump-puppeteer-responses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dump Puppeteer Responses

This script spins up Puppeteer and allows the user to navigate the Internet while saving a copy of all response bodies to disk.

These files are saved with a UUID and a relevant extension to a single output directory while the original URL and headers are written to a SQLite3 database.

Features

Running

npm install

node index.js

About

This script spins up the Chromium browser via Puppeteer and allows the user to navigate the Internet while saving a copy of all response bodies to disk and writing an SQLite3 index.

Topics

Resources

License

Stars

Watchers

Forks