Skip to content

DGMaxime/Google-Images-Scraper-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Images-Scraper-Python

Google-Images-Scraper-Python allows you to download any images from Google Images.

1. Installation

  1. Clone the repository
    git clone https://github.com/DGMaxime/Google-Images-Scraper-Python.git
  2. Install the required packages
    pip install -r requirements.txt

2. Basic Usage

Specify at least the search terms. You can specify one or more terms and do one or more searches. A list will be created. See examples below :

   > python google_images_scraping.py --search "flower"
   ['flower']

One term and one search.

   > python google_images_scraping.py --search "flower hat" "tea tree oil" "bird flying"
   ['flower hat', 'tea tree oil', 'bird flying']

Multiples terms and multiple searches.

3. Options

You can specify three options in addition to the search terms.

    --images     Number of images to download (int)
    --first      Position of the first images to download (int)
    --thb        Download thumbnail (True) or large images (False)

Please note that Google Images can display about 500 images at the most.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages