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


Groups > comp.lang.python > #42597

Re: HTTP GET REQUEST WITH PARAMETERS

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: HTTP GET REQUEST WITH PARAMETERS
Date 2013-04-02 20:00 +0100
References <515b25d6$0$1365$4fafbaef@reader2.news.tin.it>
Newsgroups comp.lang.python
Message-ID <mailman.18.1364929072.3114.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

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

csiph-web