<?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/"
		>
<channel>
	<title>Comments on: Beautiful Souped Up &#8211; A Beautiful Soup GUI Utility to make Screen Scraping Even Easier</title>
	<atom:link href="http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/</link>
	<description>Coding eclecticism, and other large words</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:31:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evan Plaice</title>
		<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/comment-page-1/#comment-1254</link>
		<dc:creator>Evan Plaice</dc:creator>
		<pubDate>Fri, 11 Jun 2010 21:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeemporium.com/?p=406#comment-1254</guid>
		<description>Bryce,

Cool, I&#039;ve added it to my watch-list.</description>
		<content:encoded><![CDATA[<p>Bryce,</p>
<p>Cool, I&#8217;ve added it to my watch-list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce Thomas</title>
		<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/comment-page-1/#comment-947</link>
		<dc:creator>Bryce Thomas</dc:creator>
		<pubDate>Sat, 22 May 2010 16:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeemporium.com/?p=406#comment-947</guid>
		<description>Hi Evan,

Sure - it&#039;s already hosted open source at &lt;a href=&quot;http://github.com/brycethomas/BeautifulSoupedUp&quot; rel=&quot;nofollow&quot;&gt;http://github.com/brycethomas/BeautifulSoupedUp&lt;/a&gt;.  I haven&#039;t had the time available to do much more with it myself, though I&#039;d love to see someone port this over to a browser extension that integrated in nicely with the &quot;view HTML source&quot; feature.</description>
		<content:encoded><![CDATA[<p>Hi Evan,</p>
<p>Sure &#8211; it&#8217;s already hosted open source at <a href="http://github.com/brycethomas/BeautifulSoupedUp" rel="nofollow">http://github.com/brycethomas/BeautifulSoupedUp</a>.  I haven&#8217;t had the time available to do much more with it myself, though I&#8217;d love to see someone port this over to a browser extension that integrated in nicely with the &#8220;view HTML source&#8221; feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Plaice</title>
		<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/comment-page-1/#comment-946</link>
		<dc:creator>Evan Plaice</dc:creator>
		<pubDate>Sat, 22 May 2010 16:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeemporium.com/?p=406#comment-946</guid>
		<description>Nice... What an awesome little utility. Have you considered hosting it as an Open Source project on sourceforge (or equivalent)? 

IMHO, this app has potential reaching far beyond the personal blogosphere.

I can&#039;t wait to dig into the source to see how you did the highlighting part. Nice work.</description>
		<content:encoded><![CDATA[<p>Nice&#8230; What an awesome little utility. Have you considered hosting it as an Open Source project on sourceforge (or equivalent)? </p>
<p>IMHO, this app has potential reaching far beyond the personal blogosphere.</p>
<p>I can&#8217;t wait to dig into the source to see how you did the highlighting part. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce Thomas</title>
		<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/comment-page-1/#comment-200</link>
		<dc:creator>Bryce Thomas</dc:creator>
		<pubDate>Sat, 30 Jan 2010 08:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeemporium.com/?p=406#comment-200</guid>
		<description>Hi Scott,

In terms of taking a website (e.g. one of the travel pages), scraping its content and converting it into a useful format (e.g. something suitable for the Kindle), Beautiful Souped Up really isn&#039;t the tool for the job.  The Beautiful Souped Up utility I&#039;ve written here really is aimed at programmers who are already familiar with the Python programming language and the Beautiful Soup software library.  

Beautiful Souped Up is just a tool that lets programmers meddle around a little with the page to figure out what code they&#039;d need to write to extract the pieces of the page they&#039;re after.  It doesn&#039;t do the other work required in a real screen scraper such as retrieving the page in the first place and converting the extracted pieces of text into an appropriate format.  For this reason, Beautiful Souped Up really isn&#039;t a complete screen scraping solution.  It just helps a little in the meddling stage.  The rest of the work requires a lot more Python code.  

Theoretically, using Beautiful Soup you could take whatever pieces of the webpage&#039;s HTML you&#039;re after and convert it whatever format you want, whether that be some format that lets you read it on the Kindle or some other format altogether.  Actually programming it to do such a thing however would be a fairly involved process, especially when the output has to be converted to comply with a specific format such as something suitable for the Kindle.  So unfortunately I can&#039;t be of much help given you&#039;re circumstances.</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>In terms of taking a website (e.g. one of the travel pages), scraping its content and converting it into a useful format (e.g. something suitable for the Kindle), Beautiful Souped Up really isn&#8217;t the tool for the job.  The Beautiful Souped Up utility I&#8217;ve written here really is aimed at programmers who are already familiar with the Python programming language and the Beautiful Soup software library.  </p>
<p>Beautiful Souped Up is just a tool that lets programmers meddle around a little with the page to figure out what code they&#8217;d need to write to extract the pieces of the page they&#8217;re after.  It doesn&#8217;t do the other work required in a real screen scraper such as retrieving the page in the first place and converting the extracted pieces of text into an appropriate format.  For this reason, Beautiful Souped Up really isn&#8217;t a complete screen scraping solution.  It just helps a little in the meddling stage.  The rest of the work requires a lot more Python code.  </p>
<p>Theoretically, using Beautiful Soup you could take whatever pieces of the webpage&#8217;s HTML you&#8217;re after and convert it whatever format you want, whether that be some format that lets you read it on the Kindle or some other format altogether.  Actually programming it to do such a thing however would be a fairly involved process, especially when the output has to be converted to comply with a specific format such as something suitable for the Kindle.  So unfortunately I can&#8217;t be of much help given you&#8217;re circumstances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Zerby</title>
		<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/comment-page-1/#comment-189</link>
		<dc:creator>Scott Zerby</dc:creator>
		<pubDate>Sun, 24 Jan 2010 18:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeemporium.com/?p=406#comment-189</guid>
		<description>Hi Bruce -

I am not a programmer but this code looks like it would make what i want pretty easy.  I am looking for a easy tool to scrape websites and convert them to something my Kindle can read.  

In particular I want to be able to scape VirtualTourist.Com on a particular city or country.

For example I am going to Hamburg in two weeks.  The page for info is:

http://www.virtualtourist.com/travel/Europe/Germany/Freie_und_Hansestadt_Hamburg/Hamburg-56480/TravelGuide-Hamburg.html

What would this look like after scaping in Beautiful Soup?</description>
		<content:encoded><![CDATA[<p>Hi Bruce -</p>
<p>I am not a programmer but this code looks like it would make what i want pretty easy.  I am looking for a easy tool to scrape websites and convert them to something my Kindle can read.  </p>
<p>In particular I want to be able to scape VirtualTourist.Com on a particular city or country.</p>
<p>For example I am going to Hamburg in two weeks.  The page for info is:</p>
<p><a href="http://www.virtualtourist.com/travel/Europe/Germany/Freie_und_Hansestadt_Hamburg/Hamburg-56480/TravelGuide-Hamburg.html" rel="nofollow">http://www.virtualtourist.com/travel/Europe/Germany/Freie_und_Hansestadt_Hamburg/Hamburg-56480/TravelGuide-Hamburg.html</a></p>
<p>What would this look like after scaping in Beautiful Soup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zapping semanal &#8211; 48/53 &#124; THLopes</title>
		<link>http://www.codeemporium.com/2009/10/10/beautiful-souped-up-a-beautiful-soup-gui-utility-to-make-screen-scraping-even-easier/comment-page-1/#comment-124</link>
		<dc:creator>Zapping semanal &#8211; 48/53 &#124; THLopes</dc:creator>
		<pubDate>Wed, 02 Dec 2009 03:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeemporium.com/?p=406#comment-124</guid>
		<description>[...] Beautiful Souped Up &#8211; Uma ferramenta GUI para testar queries Beautiful Soup [...]</description>
		<content:encoded><![CDATA[<p>[...] Beautiful Souped Up &#8211; Uma ferramenta GUI para testar queries Beautiful Soup [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
