<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dan Theurer &#187; Python</title>
	<atom:link href="http://www.theurer.cc/blog/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theurer.cc/blog</link>
	<description>Web services, technology and random thoughts!</description>
	<lastBuildDate>Thu, 28 May 2009 03:21:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Python MyWeb to del.icio.us Exporter</title>
		<link>http://www.theurer.cc/blog/2006/08/29/python-myweb-to-delicious-exporter/</link>
		<comments>http://www.theurer.cc/blog/2006/08/29/python-myweb-to-delicious-exporter/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 16:27:42 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/08/29/python-myweb-to-delicious-exporter/</guid>
		<description><![CDATA[Last week I put together a Python script that takes MyWeb bookmarks and imports them into del.icio.us. The source is linked to below.
Big parts about Web2.0 are openness, web services (which support #1), a social network and, and, and!
Openness…! I was using del.icio.us and when MyWeb launched I tried that out for a while. A [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I put together a Python script that takes MyWeb bookmarks and imports them into del.icio.us. The source is linked to below.</p>
<p>Big parts about Web2.0 are openness, web services (which support #1), a social network and, and, and!</p>
<p class="MsoNormal"><strong>Openness…!</strong> I was using <a href="http://del.icio.us">del.icio.us</a> and when <a href="http://myweb2.search.yahoo.com/">MyWeb</a> launched I tried that out for a while. A couple of days back I decided to export the MyWeb links to sync the two accounts.</p>
<p class="MsoNormal"><strong>The problem:</strong> The MyWeb web interface only gives you a <a href="http://myweb.yahoo.com/myweb/bookmarks">list of bookmarks</a> similar what Netscape 4.71 did.</p>
<p class="MsoNormal"><strong>The good news:</strong> MyWeb has an <a href="http://developer.yahoo.com/search/myweb/index.html">API</a> that let’s you get to the links, tags, description…! One limitation is that the API does not support authentication and therefore only returns public bookmarks. Del.icio.us on the other hand supports authentication which enables application to add links on behalf of a user. That is all that’s needed to solve the problem above.</p>
<p class="MsoNormal"><strong>Why <a href="http://python.org">Python</a>?:</strong> I didn’t program in that language before and inspired by <a href="http://simon.incutio.com/">Simon’s</a> <a href="http://developer.yahoo.com/python/">Python  Developer Center</a> I had to give it a shot.</p>
<p class="MsoNormal">Check out the <a id="p43" href="http://www.theurer.cc/blog/wp-content/uploads/2006/08/mwToDel.txt">Source Code &#8211; Python MyWeb to del.icio.us Exporter</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/08/29/python-myweb-to-delicious-exporter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
