Skip to content

A decoder for the ved parameter of referrer URIs from google written in python

License

Notifications You must be signed in to change notification settings

beschulz/ved-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ved-decoder

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!

running

cat veds.txt|./ved.py

hacking

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

notes

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.

About

A decoder for the ved parameter of referrer URIs from google written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages