A decoder for the ved parameter of referrer URIs from google written in python
To find out, what the purpose of this repository is, please read Google Referrer Query Strings Debunked.
You can also try out a web version of this decoder.
Pull requests welcome!
cat veds.txt|./ved.py
install google protobuf compiler:
apt-get install protobuf-compiler
or
brew install protobuf
or
install protobuf from source
modify ved.proto or ved.py and recompile the .proto-file via
make all
a modified copy of python-protobuf 2.5.0 is included in this repository. it is licensed via New BSD License. The reason for that is, that in Google App Engine (GAE), you cannot use packages from the google namespace.