wasm-demo/demo/ermis-f/python_m/cur/1205

25 lines
650 B
Plaintext

From: larsga at ifi.uio.no (Lars Marius Garshol)
Date: 08 Apr 1999 11:17:17 +0200
Subject: Internet Robot
References: <7ehe9m$hbs$1@nnrp1.dejanews.com>
Message-ID: <wkaewj5v4y.fsf@ifi.uio.no>
X-UID: 1205
* 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.