Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42595 > unrolled thread

HTTP GET REQUEST WITH PARAMETERS

Started byio <maroso@libero.it>
First post2013-04-02 18:39 +0000
Last post2013-04-02 20:00 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  HTTP GET REQUEST WITH PARAMETERS io <maroso@libero.it> - 2013-04-02 18:39 +0000
    Re: HTTP GET REQUEST WITH PARAMETERS Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-04-02 20:00 +0100

#42595 — HTTP GET REQUEST WITH PARAMETERS

Fromio <maroso@libero.it>
Date2013-04-02 18:39 +0000
SubjectHTTP GET REQUEST WITH PARAMETERS
Message-ID<515b25d6$0$1365$4fafbaef@reader2.news.tin.it>
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

[toc] | [next] | [standalone]


#42597

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-04-02 20:00 +0100
Message-ID<mailman.18.1364929072.3114.python-list@python.org>
In reply to#42595
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web