From aefe5bd9372308437e4d81daf4317d4eb086fb1d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 22 Nov 2013 01:38:31 +0100 Subject: Start of the project. Based on the unescpaing algorithm from https://developers.google.com/webmasters/ajax-crawling/docs/getting-started (on which I have been reminded by Sean Hogan (http://www.meekostuff.net/)) --- README.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e54e06c --- /dev/null +++ b/README.rst @@ -0,0 +1,2 @@ +A small script as a replacement of +http://saturnboy.com/2010/03/scraping-google-groups/ -- cgit