I'd like to register a protocol handler, like "myapp:", across OS X, Linux, and Windows, so that when someone clicks a url like "myapp://some/params" in a web browser, a python script will be called and passed in those params.
Obviously this would require something being installed on each machine to enable it, but just trying to figure out a way to make it work on all three platforms.