This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |