Skip to content

Instantly share code, notes, and snippets.

View ShravanKaushik's full-sized avatar

Shravan Kaushik ShravanKaushik

View GitHub Profile
@ShravanKaushik
ShravanKaushik / Google Images Downloader
Last active September 1, 2015 15:53 — forked from crizCraig/gist:2816295
Download images from Google Image search using Python
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.