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_term
is the keyword for images to scrape,number_of_images
is the number (from each source) to download. 4 will result in 4 images from EACH source.save_path
is optional. the default path is in this directory- if you want to run this from any path on your computer,
- See
run-example.js
for usage and settings object example thelib/scraper.js
lib takes asettings
object.