Hello,
I am trying to write few simple python scripts, which will allow me to control one of the Internet radio (which I listen) with an keybinded python scripts.
I am now able to connect and log into the website, I am able to get out the song data ( that is - all the data which are passed to the player).
I noticed, that the player is controlled with javascript, lets assume, that it's address is http://www.sitesite.com/player.swf
If the player can be controlled with javascript, then I think that there should be an way, to control it with python. If I am right, can someone please give me an example how can this be done?