Skip to content

Instantly share code, notes, and snippets.

@oniryx
oniryx / README.md
Created March 3, 2012 06:56 — forked from minhajuddin/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

##Original Source