I'm trying to do a DailyDoer with python that just requires you to double click the script and let it run.

I see that the wheels send a POST request to "/amfphp/gateway.php" with something close to
Code:
WheelService.spinWheel /1
but I'm not sure how to send that, if it can be sent just with a POST request or if I have to use PyAMF.

Help appreciated.