Re: [Tutor] Retrieve data from log file

2011-10-13 Thread Peter Otten
Abe Miranda wrote: > Hi there, > > I'm sorry to ask this, I tried and example that was posted in 2009 but I > couldn't make it work. I'm trying to parse a log file and retrieve what I > just need. > > Hope you can help me with this, this is part of the log file: > It repeats itself for every tra

[Tutor] Retrieve data from log file

2011-10-12 Thread Abe Miranda
Hi there, I'm sorry to ask this, I tried and example that was posted in 2009 but I couldn't make it work. I'm trying to parse a log file and retrieve what I just need. Hope you can help me with this, this is part of the log file: [2011-10-11 20:43:54:307] INFO [QuoteCompareDaoWSImpl: 24]

Re: [Tutor] Retrieve data

2011-04-12 Thread Steven D'Aprano
l.leicht...@gmail.com wrote: Hello everyone, I would to retrieve data, and especially the temperature and the weather from http://www.nytimes.com/weather. And I don't know how to do so. Consider whether the NY Times terms and conditions permit such automated scraping of their web site. Be

Re: [Tutor] Retrieve data

2011-04-12 Thread James Reynolds
NYtimes has an API http://developer.nytimes.com/ No clue on how well it works or even if the weather is in the API. Looks like a lot of fluff, like comments and such. At any rate, maybe you can request they add weather to their API. On Tue, Apr 12, 2011 at 12:36 PM

Re: [Tutor] Retrieve data

2011-04-12 Thread Rafael Durán Castañeda
You cand use urllib to connect that web page and then use a custom html parser to get exactly what you want, even I think you could use regex; just look source code from the webpage, check for the data you are interested in and get it. 2011/4/12 > Hello everyone, > > I would to retrieve data, a

[Tutor] Retrieve data

2011-04-12 Thread l . leichtnam
Hello everyone, I would to retrieve data, and especially the temperature and the weather from http://www.nytimes.com/weather. And I don't know how to do so. Thank you, Louis Sent from my BlackBerry® on the MetroPCS Network ___ Tutor maillist - Tutor

Re: [Tutor] retrieve data from an online database without knowing the url

2007-11-15 Thread Kent Johnson
pileux systeme wrote: > Hello, > > I was wondering whether it was possible to write a program which could > directly write some word in a box and click 'search' on a typical online > database without using the url. (e.g. is there a way to write a program > which would write some keyword, say 't

Re: [Tutor] retrieve data from an online database without knowing the url

2007-11-15 Thread Yoram Hekma
On Thu, Nov 15, 2007 at 04:06:31AM +0100, pileux systeme wrote: > Hello, > > I was wondering whether it was possible to write a program which could > directly write some word in a box and click 'search' on a typical online > database without using the url. (e.g. is there a way to write a program

Re: [Tutor] retrieve data from an online database without knowing the url

2007-11-15 Thread Evert Rol
> I was wondering whether it was possible to write a program which > could directly write some word in a box and click 'search' on a > typical online database without using the url. (e.g. is there a way > to write a program which would write some keyword, say 'tomato' on > google and click

[Tutor] retrieve data from an online database without knowing the url

2007-11-14 Thread pileux systeme
Hello, I was wondering whether it was possible to write a program which could directly write some word in a box and click 'search' on a typical online database without using the url. (e.g. is there a way to write a program which would write some keyword, say 'tomato' on google and click 'google