<?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>Alex Sleat &#187; website</title>
	<atom:link href="http://alexsleat.co.uk/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Downloading all your Facebook Photos for Google Plus &#8211; In Linux</title>
		<link>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:49:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[albums]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[grabber]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tagged]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16916</guid>
		<description><![CDATA[<br/><p>Okay so, with Google Plus just being released to a select few (and invites) you might be wanting to export all your Facebook photos, tagged and albums you&#8217;ve uploaded to Google+. There are several ways of going about this, a few webapps, apps and through Facebook itself, the problem is that most of these [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Okay so, with Google Plus just being released to a select few (and invites) you might be wanting to export all your Facebook photos, tagged and albums you&#8217;ve uploaded to Google+. There are several ways of going about this, a few webapps, apps and through Facebook itself, the problem is that most of these don&#8217;t work in Linux making it a little more tricky to do without switching to Windows or OSX or borrowing some ones laptop for a while.</p>
<h4>Through Facebook Route:</h4>
<p>This way is actually pretty easy, which came as a surprise to me since I would have though it be in Facebooks best interest to keep users there just because it&#8217;s too much hassle to change.</p>
<p>First head over to Facebook.com, login and make your way through the labrynth that is Facebook settings to<br />
&#8216;Account Settings&#8217; &gt; Next to &#8216;Download Your Information&#8217; click ‘Learn more’ &gt; click &#8216;Download&#8217;.</p>
<p>This way you&#8217;re going to have to wait for Facebook to process all your data, they&#8217;ll then send you an e-mail once it&#8217;s done to a download link. This is a compressed (ZIP) file which contains all your information from Facebook, in the Photos folder you&#8217;ll find all your pictures which can then be uploaded to Google Plus.</p>
<p>The problem with this way is that it can take a reasonable amount of time (a couple of days depending on how much information you have..) and I&#8217;ve had it fail on a couple of occasions.</p>
<p>Alternatively you can use the following:</p>
<h4>The PhotoGrabber Option:</h4>
<p>For this you&#8217;ll need a couple of dependencies installed, it&#8217;s a desktop app that downloads the files for you.</p>
<p>Install dependencies:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> python python-tk</div>
<p>Install PhotoGrabber:</p>
<div class="dean_ch" style="white-space: wrap;">svn checkout http://photograbber.googlecode.com/svn/trunk/ photograbber-read-only<br />
<span class="kw3">cd</span> photograbber-read-only/<br />
./pg.py</div>
<p>Once you&#8217;ve ran all that and the ./pg.py bit it should load up with the following:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-8.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-8.png" alt="" title="Screenshot-8" width="318" height="118" class="aligncenter size-full wp-image-16919" /></a></p>
<p>Click Login and then proceed to login and allow PhotoGrabber to do its thing, once you&#8217;ve done that you&#8217;ll get to a screen similar to below with a code:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-9.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-9.png" alt="" title="Screenshot-9" width="937" height="741" class="aligncenter size-full wp-image-16920" /></a></p>
<p>Copy and paste that into the PhotoGrabber window (you&#8217;ll need to use Ctrl+V no right click to paste) and then it&#8217;ll let you choose which photos to take. Once you&#8217;ve picked, hit Download and watch them download to the folder you specify. There&#8217;ll be a lot folders, one for each place you were tagged. Once it&#8217;s done you can upload them however you want to Google Plus otherwise just keep them.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-10.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-10.png" alt="" title="Screenshot-10" width="319" height="454" class="aligncenter size-full wp-image-16921" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress ThreepointOHHHyeah</title>
		<link>http://alexsleat.co.uk/2010/06/18/wordpress-threepointohhhyeah/</link>
		<comments>http://alexsleat.co.uk/2010/06/18/wordpress-threepointohhhyeah/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 10:16:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=131</guid>
		<description><![CDATA[<br/><p></p> ]]></description>
			<content:encoded><![CDATA[<br/><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/18/wordpress-threepointohhhyeah/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

