Skip to content

Instantly share code, notes, and snippets.

@dbadrian
Created October 19, 2017 21:40
Show Gist options
  • Save dbadrian/79f84509b8582fef62bbdd63813cd7cf to your computer and use it in GitHub Desktop.
Save dbadrian/79f84509b8582fef62bbdd63813cd7cf to your computer and use it in GitHub Desktop.
generate biblatex from zotero via webapi using curl
curl https://api.zotero.org/users/USER_ID/collections/COLLECTIONS_ID/items\?format\=biblatex\&key\=YOURKEY\&v\=3 > output.bib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment