Skip to content

Instantly share code, notes, and snippets.

View michael-sutton's full-sized avatar

Michael Sutton michael-sutton

  • Eli Lilly
  • Joined Sep 18, 2025
View GitHub Profile
@michael-sutton
michael-sutton / zotero.py
Created October 7, 2025 11:44 — forked from danbe/zotero.py
Library for creating Zotero items from Python. Connects to a local Zotero repository running in Firefox through MozRepl.
# -*- coding: utf-8 -*-
from collections import namedtuple
import json
import urllib.parse
#import telnetlib
import time
import os.path
import filecmp
import random
import string