Created
July 14, 2019 01:23
-
-
Save kleberandrade/818519f7b693618b4bf1f50fefe5f133 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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