Skip to content

Instantly share code, notes, and snippets.

View x-raizor's full-sized avatar

Andrew Shapiro x-raizor

View GitHub Profile
@x-raizor
x-raizor / gist:3886170
Created October 13, 2012 21:14 — forked from crizCraig/gist:2816295
Download images from Google Image search using Python
import json
import os
import time
import requests
from PIL import Image
from StringIO import StringIO
from requests.exceptions import ConnectionError
def go(query, path):
"""Download full size images from Google image search.