Internet Robot

Lars Marius Garshol larsga at ifi.uio.no
Thu Apr 8 05:17:17 EDT 1999


* gscot at my-dejanews.com
|
| I would like to write a Python robot to play an Internet game. I do
| not know how to make a POST request. Thanks to anyone in advance
| that can point me in the right direction.  

Use httplib in the standard libraries. 

If you need information on HTTP you can look here:

<URL: http://www.stud.ifi.uio.no/~larsga/download/artikler/HTTP_tut.html>

--Lars M.




More information about the Python-list mailing list