Download images from google. Currently using JS with plans to include other languages in the future.
Default set to download 100 hotdog images to imgs folder in root directory - see step 5 to overwrite default.
- Clone repository, in the terminal execute:
$git clone "https://github.com/quickresolve/img-scrapers.git"
- Enter img-scrapers directory
$cd img-scrapers/
- Install npm modules
$npm install
- Run scraper to download images of hotdogs & create json file of image data
$node scrape-google
- OPTIONAL Specify optional parameters for image keyword and number of images(max 100)
$node scrape-google {keyword} {number} {destination path}