Scrapes images from popular search engines using this module
- bing
- yahoo
- picsearch
- get stable version of node
- in the root of this repo run:
npm install
- make sure you have correct permissions:
chmod 777 image-scrape.js - run with:
./image-scrape.js search_term number_of_images save_path search_termis the keyword for images to scrape,number_of_imagesis the number (from each source) to download. 4 will result in 4 images from EACH source.save_pathis optional. the default path is in this directory- if you want to run this from any path on your computer,
- See
run-example.jsfor usage and settings object example thelib/scraper.jslib takes asettingsobject.