Hacker News new | ask | show | jobs
by flanbiscuit 2755 days ago
Nice. I made something almost exactly like this using puppeteer as well except it took screenshots of all the pages of a site. It crawled first getting all site pages, then created a JSON config file that would be used to take screenshots with. I should really throw this up on GitHub as well.

Funnily enough, I called mine: Screenshotr

2 comments

I would really like to see this as well. We're looking to monitor a set of websites and all child pages (which change dynamically) to identify possible data leaks.
Please do. Yours sounds a bit more comprehensive than the current state of OP's.
I'll put it up once I get home from work and post it here (or maybe submit it as a new thread)