Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
ditch committed Apr 17, 2011
1 parent 7253606 commit d80ee9c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
For just trying it out from the command line:
---------------------------------------------

./goggles.py <filename|url>

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.

0 comments on commit d80ee9c

Please sign in to comment.