I would like to register a protocol handler, for example "myapp:", on OS X, Linux and Windows, so when someone clicks on a URL, for example "myapp: // some / params" in a web browser, python The script will be called and passed in these parameters.
Obviously, this will require something installed on each machine, but just try to figure out a way to make it work on all three platforms.
source
share