<?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>That&#039;s what I thought. &#187; freeware</title>
	<atom:link href="http://cdevroe.com/tag/freeware/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdevroe.com</link>
	<description>By Colin Devroe.</description>
	<lastBuildDate>Fri, 23 Jul 2010 18:02:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://cdevroe.com/?pushpress=hub'/>
<cloud domain='cdevroe.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Powncing your Flickr photos automagically</title>
		<link>http://cdevroe.com/notes/pownce-flickr/</link>
		<comments>http://cdevroe.com/notes/pownce-flickr/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 04:00:59 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pownce]]></category>

		<guid isPermaLink="false">http://cdevroe.com/notes/pownce-flickr/</guid>
		<description><![CDATA[Introducing a free PHP script that will automatically post your Flickr photos to Pownce.  I'm calling this little baby Powncer. <a href="http://cdevroe.com/notes/pownce-flickr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span class="firstletter">T</span>he moment I saw how <a href="http://pownce.com/">Pownce</a> handled links to <a href="http://flickr.com/">Flickr</a> photos (here is <a href="http://pownce.com/cdevroe/notes/1434015/">my first Flickr photo that I Pownced</a>) I knew I had to modify <a href="http://blog.mozmonkey.com/2008/flickr-twitter-mashup-twickr/">a script that I found</a> and had modified for <a href="http://twitter.com/">Twitter</a>. The script would automatically &#8220;tweet&#8221; when I posted a photo to Flickr <a href="http://cdevroe.com/notes/mobile-photos/">using my iPhone</a>.</p>
<p>The script isn&#8217;t anything special mind you, all it does it &#8220;watch&#8221; any Flickr feed for new entries.  To be more precise, my server runs this script every 15 minutes and checks for new photos, when there is one, it creates a <a href="http://tinyurl.com/">TinyURL</a> and posts it to Twitter (<a href="http://twitter.com/cdevroe/statuses/767301066">like this</a>).</p>
<p>But I wanted this to work for Pownce.</p>
<p>I immediately dove head first into <a href="http://pownce.com/api/">Pownce&#8217;s API</a> only to find out that the API didn&#8217;t allow posting anything.  I thought my Powncing days were over until, out of some crazy stroke of coincidence, I read an article on <a href="http://techcrunch.com/">TechCrunch</a> that said <a href="http://www.techcrunch.com/2008/02/27/pownce-to-release-more-complete-api-this-friday/">Pownce was due to release a new version of their API</a> <em>the very next day</em>.  Turns out, I didn&#8217;t even have to wait that long and the Pownce wiki was updated to include <a href="http://pownce.pbwiki.com/API%20Documentation2-0">documentation for version 2 of their API</a>.</p>
<p>Without blinking an eye I finished my script, grabbed myself an app_key, and <a href="http://pownce.com/cdevroe/notes/1436699/">Pownced the script</a> (you&#8217;ll need to be logged in, and <a href="http://pownce.com/cdevroe/">be my Pownce friend</a> to see this Pownce message).  Once I figured out that I couldn&#8217;t Pownce a file to the general public, I knew I had to find some time to write this post.</p>
<p>Since then I read that <a href="http://scripting.com/">Dave Winer</a> also enjoys the way <a href="http://www.scripting.com/stories/2008/03/01/theVerdictIsInThePownceApi.html">Pownce shows links to Flickr photos</a> and that he is running a similar script.  So I thought I&#8217;d put this out for everyone to use.</p>
<h3>Powncer!</h3>
<p>Enough beating around the bush, you can <a href="http://chancecube.com/files/powncer.zip">download the script here</a> which includes an XML parser for ripping through Flickr&#8217;s RSS feed.  You&#8217;ll need to edit the first few lines of powncer.php for it to work, so this isn&#8217;t your run-of-the-mill plug-and-play type script, unfortunately, but for the PHP savvy of you, you should be able to get it up and running pretty easily.  If you need help getting it setup, just ask in the comments.</p>
<p>I run this script here on cdevroe.com every 15 minutes using cron.  You may run it however you&#8217;d like.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/pownce-flickr/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
