A simple command line crawler for downloading image from boosty.to
NodeJS v18.0 or higher
- switch to project folder, run: npm install / yarn install
- Copy config.sample.json to config.json
- Login boosty.to
- Input the cookie string of boosty.to and target author url. To know how to get cookie, read this: https://stackoverflow.com/questions/10014996/how-do-you-check-cookies-using-chrome
- Run loadPost.js (node loadPost.js), wait for complete.
- Run downloadImage.js (node downloadImage.js)
- Then all of the image will save to "image" folder.