[email protected] wrote:
I would like to fetch date/time from html file, and use date comparison and make an ics/vcal file eventually
I found a few pages on the web that discuss what you are doing: "web scraping", using python as it happens.
http://www.rexx.com/~dkuhlman/quixote_htmlscraping.html http://www.crummy.com/software/BeautifulSoup/ http://scrapy.org/ I little bit of python knowledge can be a not so dangerous thing :) cheers rickw -- ------------------------------------ Rick Welykochy || Vitendo Consulting Gerrold's Fundamental Truth: It's a good thing money can't buy happiness. We couldn't stand the commercials. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
