Skip to content

uses node to get images by keyword from bing, google, picsearch and yahoo

Notifications You must be signed in to change notification settings

jake-g/image-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image scraper

Scrapes images from popular search engines using this module

  • google
  • bing
  • yahoo
  • picsearch

Install

  • get stable version of node
  • in the root of this repo run: npm install

Command Line tool

  • 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,

Use library in script

  • See run-example.js for usage and settings object example the lib/scraper.js lib takes a settings object.

About

uses node to get images by keyword from bing, google, picsearch and yahoo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published