Skip to content

Instantly share code, notes, and snippets.

@eqhes
eqhes / README.md
Created August 18, 2012 17:23 — forked from oniryx/README.md
Script to retrieve content from google cache

#Script to extract to data from google cache This is a simple python script which retrieves content like your blog posts from googles cache, you can use this if your servers hard drive crashes or if a meteor hits your data center.

Remove the time.sleep code if you don't have more than 50 pages to retrieve.

Added check if file exists before downloading in case you need to rerun the script

Added "-u" param to pass the website URL from the command line

##Original Source