Scripts

by Nathan Van Gheem last modified Jan 03, 2009 12:47 PM
FilePython Remove .svn by Nathan Van Gheem — last modified Jan 03, 2009 12:47 PM
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.
FileDownload Images From Flickr Set by Nathan Van Gheem — last modified Jan 03, 2009 12:47 PM
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.
FileMove products from Zen Cart to Magento by Nathan Van Gheem — last modified Apr 17, 2009 12:06 AM
This python script will connect to a Zen Cart mysql database, grab all the existing products and create a Magento import csv file.
FileMove users from Zen Cart to Magento by Nathan Van Gheem — last modified Apr 17, 2009 12:05 AM
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.
FileMagic Island Technologies auto sign in script by Nathan Van Gheem — last modified Oct 08, 2009 04:45 AM
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.
FileMigrate from Flickr to Picasa Web Albums by Nathan Van Gheem — last modified Feb 06, 2010 10:08 AM
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.
Document Actions