A collection of small scripts to scrape your own Pinterest boards for offline viewing/archiving
- Copy the script from pageScript.js into your clipboard and paste it directly into Chrome's Debug Console
- Scroll through until the bottom of the page
- Paste
copy(storedUrls)
into the Chrome Console, this will copy all of the stored URLs into your clipboard - Paste those copied URLs into urls.js
- Run
npm start
in the root of the project folder to begin downloading the URLs stored inurls.js
- Downloaded images will be stored in
/output
Enjoy your images.