<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Scraping, scripting, hacking</title>
	<atom:link href="http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/</link>
	<description>musings about electronic culture</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:02:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SenHu</title>
		<link>http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/#comment-8304</link>
		<dc:creator><![CDATA[SenHu]]></dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=528#comment-8304</guid>
		<description><![CDATA[Wonderful ideas - nice article. I have always felt that a web site needs to decide - is it serving data, user functionality or both ? Often times, the designers and owners of web sites confuse the two.

For example, a site serving stock market data will have tools that will show trends - but only the trends they think are important. If a user wants to check his own custom trend, he/she is out of luck.

I always recommend biterscripting ( http://www.biterscripting.com ) for mining data from web sites. That way one gets his raw data, and can process it in the way he sees fit.

Libraries are servers of data (raw information). In terms of whether (or how) they should develop APIs, it needs to be done rather carefully - eles they will end up being like these stock market web sites - where to get complete information on a particular stock in the format one desires - one has to go to several web sites to accomplish that.

Sen]]></description>
		<content:encoded><![CDATA[<p>Wonderful ideas &#8211; nice article. I have always felt that a web site needs to decide &#8211; is it serving data, user functionality or both ? Often times, the designers and owners of web sites confuse the two.</p>
<p>For example, a site serving stock market data will have tools that will show trends &#8211; but only the trends they think are important. If a user wants to check his own custom trend, he/she is out of luck.</p>
<p>I always recommend biterscripting ( <a href="http://www.biterscripting.com" rel="nofollow">http://www.biterscripting.com</a> ) for mining data from web sites. That way one gets his raw data, and can process it in the way he sees fit.</p>
<p>Libraries are servers of data (raw information). In terms of whether (or how) they should develop APIs, it needs to be done rather carefully &#8211; eles they will end up being like these stock market web sites &#8211; where to get complete information on a particular stock in the format one desires &#8211; one has to go to several web sites to accomplish that.</p>
<p>Sen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Willis</title>
		<link>http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/#comment-8181</link>
		<dc:creator><![CDATA[Kris Willis]]></dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=528#comment-8181</guid>
		<description><![CDATA[For those of you that are interested in watching this talk, it is available on the Internet Archive website at the following address: http://www.archive.org/details/MashOopNorth_MikeEllis

Just waiting for it to download from their servers at an annoying ~250 kB/s]]></description>
		<content:encoded><![CDATA[<p>For those of you that are interested in watching this talk, it is available on the Internet Archive website at the following address: <a href="http://www.archive.org/details/MashOopNorth_MikeEllis" rel="nofollow">http://www.archive.org/details/MashOopNorth_MikeEllis</a></p>
<p>Just waiting for it to download from their servers at an annoying ~250 kB/s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Tay</title>
		<link>http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/#comment-8013</link>
		<dc:creator><![CDATA[Aaron Tay]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=528#comment-8013</guid>
		<description><![CDATA[Wasn&#039;t there , but the general idea seemed  clear to me from the slides. Some interesting ideas there, wasn&#039;t aware of YQ, Google doc trick etc]]></description>
		<content:encoded><![CDATA[<p>Wasn&#8217;t there , but the general idea seemed  clear to me from the slides. Some interesting ideas there, wasn&#8217;t aware of YQ, Google doc trick etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Mills</title>
		<link>http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/#comment-8012</link>
		<dc:creator><![CDATA[Jon Mills]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=528#comment-8012</guid>
		<description><![CDATA[Mike,

The best scraping tool I&#039;ve used is the BeautifulSoup library for Python (http://www.crummy.com/software/BeautifulSoup/). It works well with badly formed HTML. Takes a bit of getting used to - but its definitely worth a look if you don&#039;t mind rolling your own scripts.

Jon.]]></description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>The best scraping tool I&#8217;ve used is the BeautifulSoup library for Python (<a href="http://www.crummy.com/software/BeautifulSoup/" rel="nofollow">http://www.crummy.com/software/BeautifulSoup/</a>). It works well with badly formed HTML. Takes a bit of getting used to &#8211; but its definitely worth a look if you don&#8217;t mind rolling your own scripts.</p>
<p>Jon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Keene</title>
		<link>http://electronicmuseum.org.uk/2009/07/07/scraping-scripting-hacking/#comment-8011</link>
		<dc:creator><![CDATA[Chris Keene]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://electronicmuseum.org.uk/?p=528#comment-8011</guid>
		<description><![CDATA[Talk made perfect sense to me. :)

Useful stuff, Yahoo seems to come out with more and more good things (never quite sure what their business plan is). yql looked useful.

And agree with regex. Find it nearly impossible to write my own, hard to get my head in to the right way of approaching a problem.

With all mashups I think there is a split between the informal one-off data extracting/mashing and real Uni/Library services. To be of benefit to library users mashups need to be part of formal services (boring i know) and how we transform informal stuff with (for eg) yahoo pipes in to services which are users can use is something I&#039;m not always clear on.

Chris]]></description>
		<content:encoded><![CDATA[<p>Talk made perfect sense to me. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Useful stuff, Yahoo seems to come out with more and more good things (never quite sure what their business plan is). yql looked useful.</p>
<p>And agree with regex. Find it nearly impossible to write my own, hard to get my head in to the right way of approaching a problem.</p>
<p>With all mashups I think there is a split between the informal one-off data extracting/mashing and real Uni/Library services. To be of benefit to library users mashups need to be part of formal services (boring i know) and how we transform informal stuff with (for eg) yahoo pipes in to services which are users can use is something I&#8217;m not always clear on.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

