HTTP GET REQUEST WITH PARAMETERS

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Apr 2 15:00:02 EDT 2013


On 02/04/2013 19:39, io wrote:
> HI, everyone,
>
> how can i make a HTTP GET REQUEST using python and passing parameters?
>
> I would like to recall my script from within openoffice basic and pass
> parameters to it.
>
> Some of the GET or POST are here : https://www.bitstamp.net/api/
>
> thanks for anyhelp
>

Easiest way I know is to use the highly rated requests module 
http://docs.python-requests.org/en/latest/ which is available on pypi.

-- 
If you're using GoogleCrap™ please read this 
http://wiki.python.org/moin/GoogleGroupsPython.

Mark Lawrence




More information about the Python-list mailing list