Skip to content

Instantly share code, notes, and snippets.

@loopymonkey
loopymonkey / instagram_mine.py
Last active August 29, 2015 14:05 — forked from rubinovitz/instagram_mine.py
download instagram images from 3rd party api url
from datetime import datetime
import urllib2
import urllib
import json
import os
#wait for network
time.sleep(45)
def ajaxRequest(url=None):