From d80ee9c16becf8ec4146b9681c6a7a2f6a86d08c Mon Sep 17 00:00:00 2001 From: ditch Date: Sun, 17 Apr 2011 22:58:40 +0200 Subject: [PATCH] added README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..f4d8e25 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +For just trying it out from the command line: +--------------------------------------------- + +./goggles.py + +Argument needs to be a jpeg file smaller than 140KB. + + +Files: +------ + +- protobufparser.py + + Helper functions for parsing protobufs. + +- parse_dict.py + + A python dict describing the data structure of the replies (what would normally be the \*.proto's job) + +- goggles.py + + Taking care of the communication with the google server + main function for direct invocation. +