Skip to content

Instantly share code, notes, and snippets.

@mohsalvi
mohsalvi / gist:7d754ea9a6c39e63aa22b27b823c23aa
Created February 17, 2017 11:58 — 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.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ChatGPT Output Schema",
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": ["EMAIL", "TODO", "CALENDAR"]
},
"title": {