Skip to content

Instantly share code, notes, and snippets.

@pkienzle
pkienzle / zotscan.py
Last active December 13, 2023 05:39
scan zotero database for missing attachments
#!/usr/bin/env python
from __future__ import print_function
import sys
import os
import glob
import shutil
import sqlite3
from os.path import join as joinpath, expanduser, exists, isabs, realpath