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


Groups > it.comp.lang.python > #7587

Re: Open browser

Path csiph.com!news.mixmin.net!aioe.org!.POSTED!not-for-mail
From atm <atm@fartwebnet.it>
Newsgroups it.comp.lang.python
Subject Re: Open browser
Date Mon, 17 Aug 2015 14:27:15 +0000 (UTC)
Organization Aioe.org NNTP Server
Lines 20
Message-ID <mqsr03$ek5$1@speranza.aioe.org> (permalink)
References <2JGtx.28526$pt.18389@tornado.fastwebnet.it>
NNTP-Posting-Host BmdwEWunaqHkdTtDnU7DZQ.user.speranza.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Complaints-To abuse@aioe.org
User-Agent Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)
X-Notice Filtered by postfilter v. 0.8.2
Xref csiph.com it.comp.lang.python:7587

Show key headers only | View raw


Il Tue, 28 Jul 2015 10:05:18 +0200, Smith ha scritto:

> Ciao a tutti,
> vorrei un suggerimento da parte vostra per la creazione di uno script
> che apra una pagina web(www.google.it), digiti la parola da trovare e
> che venga premuto il tasto "carca con google".
> 
> Io ho iniziato con questo :
> 
> import webbrowser
> 
> new = 1;
> 
> url ="http://www.google.it";
> 
> webbrowser.open(url,new=new);

dai un'occhiata qua.

http://scrapy.org/

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


Thread

Open browser Smith <smith@a-team.it> - 2015-07-28 10:05 +0200
  Re: Open browser atm <atm@fartwebnet.it> - 2015-08-17 14:27 +0000

csiph-web