Skip to content

Instantly share code, notes, and snippets.

@azam
azam / archive-twitpic-data.py
Last active August 29, 2015 14:06 — forked from hugs/archive-twitpic-data.py
Twitpic Image and Data Archiver. Added exception handling, timeout, retry to page info and image file download
# Archive your Twitpic photos and metadata
#
# A cleaned-up fork of Terence Eden's original archiver:
# http://shkspr.mobi/blog/2013/08/exporting-twitpic-images-python/
#
# License: MIT
import shutil
import urllib2
import socket