<?xml version="1.0" encoding="utf-8" ?>

<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

    <channel>

        <title>Scripts</title>
        <link>http://nathanvangheem.com/scripts</link>
        <description></description>

        <generator>basesyndication</generator>
        <!-- TODO
        <lastBuildDate>Mon, 30 Sep 2002 11:00:00 GMT</lastBuildDate>
        <copyright>Copyright 1997-2002 Dave Winer</copyright>
        <docs>http://backend.userland.com/rss</docs>
        <category domain="Syndic8">1765</category>
        <managingEditor>dave@userland.com</managingEditor>
        <webMaster>dave@userland.com</webMaster>
        -->

        <!-- TODO: Should there be an individual image associatable with each
        Weblog object?  I think so... -->
        <image>
            <title>Scripts</title>
            <url>http://nathanvangheem.com/logo.png</url>
            <link>http://nathanvangheem.com/scripts</link>
        </image>

        
            <item>
                <title type="plain">Migrate from Flickr to Picasa Script with Resize</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary></itunes:summary>
                <description></description>
                <guid>http://nathanvangheem.com/scripts/migrateflickrtopicasanokeyresize.py</guid>
                <link>http://nathanvangheem.com/scripts/migrateflickrtopicasanokeyresize.py</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Mon, 11 Jul 2011 17:48:19 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title type="plain">Migrate from Flickr to Picasa Web Albums</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>This script will move all of your flickr photos over to picasa web albums. It requires python to be installed along with the packages flickrapi, gdata and ThreadPool--all of which can be downloaded via easy_install from pypi.</itunes:summary>
                <description>This script will move all of your flickr photos over to picasa web albums. It requires python to be installed along with the packages flickrapi, gdata and ThreadPool--all of which can be downloaded via easy_install from pypi.</description>
                <guid>http://nathanvangheem.com/scripts/migrate-flickr-to-picasa-nokey.py</guid>
                <link>http://nathanvangheem.com/scripts/migrate-flickr-to-picasa-nokey.py</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Tue, 05 Jan 2010 00:12:20 -0500</pubDate>

                <enclosure url="http://nathanvangheem.com/scripts/migrate-flickr-to-picasa-nokey.py" length="12499" type="text/python-source"/>
            </item>
        
        
            <item>
                <title type="plain">Magic Island Technologies auto sign in script</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>Since MIT will automatically log you out after 3 hours of use, I created this script to fix that.  To use it, make sure you have python installed.  Then customize the username and password, replacing the "blah" and "pass" in quotes with your actual username and password.</itunes:summary>
                <description>Since MIT will automatically log you out after 3 hours of use, I created this script to fix that.  To use it, make sure you have python installed.  Then customize the username and password, replacing the "blah" and "pass" in quotes with your actual username and password.</description>
                <guid>http://nathanvangheem.com/scripts/auto_sign_in.py</guid>
                <link>http://nathanvangheem.com/scripts/auto_sign_in.py</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Thu, 08 Oct 2009 04:45:52 -0400</pubDate>

                <enclosure url="http://nathanvangheem.com/scripts/auto_sign_in.py" length="3543" type="text/python-source"/>
            </item>
        
        
            <item>
                <title type="plain">Move users from Zen Cart to Magento</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>This python script will connect to a mysql database and grab all the existing users information from  Zen Cart and create a Magento import csv file.</itunes:summary>
                <description>This python script will connect to a mysql database and grab all the existing users information from  Zen Cart and create a Magento import csv file.</description>
                <guid>http://nathanvangheem.com/scripts/create_users_export.py</guid>
                <link>http://nathanvangheem.com/scripts/create_users_export.py</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Thu, 16 Apr 2009 23:48:57 -0400</pubDate>

                <enclosure url="http://nathanvangheem.com/scripts/create_users_export.py" length="3029" type="text/python-source"/>
            </item>
        
        
            <item>
                <title type="plain">Move products from Zen Cart to Magento</title>
                <itunes:author>Nathan Van Gheem</itunes:author>
                <itunes:summary>This python script will connect to a Zen Cart mysql database, grab all the existing products and create a Magento import csv file.</itunes:summary>
                <description>This python script will connect to a Zen Cart mysql database, grab all the existing products and create a Magento import csv file.</description>
                <guid>http://nathanvangheem.com/scripts/create_product_export.py</guid>
                <link>http://nathanvangheem.com/scripts/create_product_export.py</link>
                <author>Nathan Van Gheem</author>
				<itunes:category text=""/>
               	<pubDate>Thu, 16 Apr 2009 23:47:26 -0400</pubDate>

                <enclosure url="http://nathanvangheem.com/scripts/create_product_export.py" length="5062" type="text/python-source"/>
            </item>
        
        
            <item>
                <title type="plain">Download Images From Flickr Set</title>
                <itunes:author>admin</itunes:author>
                <itunes:summary>Uses flickrapi which is in pypi to facilitate downloading all the images in a flickr set.  When calling from the command line give the arguments username, set, and folder to save in.

Example,
python download_flickr_sets.py username 'Favorites of Peru' peru

Will save all the images of username's "Favorites of Peru' in the peru directory.</itunes:summary>
                <description>Uses flickrapi which is in pypi to facilitate downloading all the images in a flickr set.  When calling from the command line give the arguments username, set, and folder to save in.

Example,
python download_flickr_sets.py username 'Favorites of Peru' peru

Will save all the images of username's "Favorites of Peru' in the peru directory.</description>
                <guid>http://nathanvangheem.com/scripts/download-flickr-sets.py</guid>
                <link>http://nathanvangheem.com/scripts/download-flickr-sets.py</link>
                <author>admin</author>
				<itunes:category text=""/>
               	<pubDate>Wed, 10 Sep 2008 20:40:11 -0400</pubDate>

                <enclosure url="http://nathanvangheem.com/scripts/download-flickr-sets.py" length="2062" type="text/python-source"/>
            </item>
        
        
            <item>
                <title type="plain">Python Remove .svn</title>
                <itunes:author>admin</itunes:author>
                <itunes:summary>This python script removes all .svn directories from a given path and can also remove the .DS_Store files mac os x so annoyingly puts in every directory.</itunes:summary>
                <description>This python script removes all .svn directories from a given path and can also remove the .DS_Store files mac os x so annoyingly puts in every directory.</description>
                <guid>http://nathanvangheem.com/scripts/remove-svn-directories.py</guid>
                <link>http://nathanvangheem.com/scripts/remove-svn-directories.py</link>
                <author>admin</author>
				<itunes:category text=""/>
               	<pubDate>Sat, 28 Jun 2008 08:22:52 -0400</pubDate>

                <enclosure url="http://nathanvangheem.com/scripts/remove-svn-directories.py" length="799" type="text/python-source"/>
            </item>
        

    </channel>
</rss>



