Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

baahkusi/gimgd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Image Scrapper

Basically allows you to download any number of images for a particular google search.

Usage

  • Clone this repo
  • Change into repo directory and run npm i to install dependencies
  • To begin crawling run npm run crawl -- --label="cats, dogs, power lines"
  • Seperate multiple labels by , (comma)
  • images are saved to ./data directory under label name

Aside label there are other parameter that can be passed.

  • limit parameter specifies the number of images to download for each label
  • example npm run crawl -- --label="power lines" --limit=50
  • default limit is 15 and currently can't go beyond 50

Roadmap

  • TODO: Make limit go beyond 50, probably infinite (as much as google can provide)
  • TODO: Make some parts of the code more robust

Releases

No releases published

Packages

No packages published