Skip to content

Instantly share code, notes, and snippets.

@natevw
Created February 21, 2012 05:06
Show Gist options
  • Save natevw/1873870 to your computer and use it in GitHub Desktop.
Save natevw/1873870 to your computer and use it in GitHub Desktop.
manual shutterstem import
# cd /Users/natevw/Library/Application\ Support/CouchbaseServer/ShutterStem/_attachments/scripts
#! /usr/bin/python
DB = "http://localhost:5984/photos"
SRC_ID = 'imgsrc-c393ded1a81e71d11859e937dd002ccd'
FOLDER = "/Volumes/FUJIFILM/DCIM"
from importer import Importer
i = Importer(DB, SRC_ID, FOLDER)
i.begin()
i.status()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment