This file contains 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
import os | |
import json | |
import time | |
import urllib | |
import requests | |
def go(query, path, min_width=640, min_height=480): | |
""" | |
Download full size images from Google image search. |