PythonOmekaApiToCsv
PythonOmekaApiToCsv copied to clipboard
Python script for exporting metadata from Omeka to a CSV file via the Omeka API.
Results
1
PythonOmekaApiToCsv issues
Sort by
recently updated
recently updated
newest added
just downloaded the zip, and ran omekacsv.py as is. hit with: raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: **HTTP Error 406: Not Acceptable** which is apparently a permissions issue, that...