Skip to content

quickresolve/img-scrapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img-scrapers

Description

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.

Instructions

  1. Clone repository, in the terminal execute:
$git clone "https://github.com/quickresolve/img-scrapers.git"

  1. Enter img-scrapers directory
$cd img-scrapers/

  1. Install npm modules
$npm install

  1. Run scraper to download images of hotdogs & create json file of image data
$node scrape-google

  1. OPTIONAL Specify optional parameters for image keyword and number of images(max 100)
$node scrape-google {keyword} {number} {destination path}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published