Skip to content

Instantly share code, notes, and snippets.

@kleberandrade
Created July 14, 2019 01:23
Show Gist options
  • Save kleberandrade/818519f7b693618b4bf1f50fefe5f133 to your computer and use it in GitHub Desktop.
Save kleberandrade/818519f7b693618b4bf1f50fefe5f133 to your computer and use it in GitHub Desktop.
from google_images_download import google_images_download
response = google_images_download.googleimagesdownload()
arguments = {"keywords":"Glass,Chair,Water Bottle, ","limit":100,"print_urls":True}
paths = response.download(arguments)
print(paths)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment