Programmatic way to export bib file from Zotero #2162
-
Hi all 👋 , I'm looking for a way to programmatically export a .bib file from a Zotero library. I'd like to setup a system with GitHub actions that automatically builds a .bib file for a Zotero Group Library, so that my team has a single .bib file we can reference when writing. Has anyone setup a system like this? Does it work well? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are satisfied with the stock bibtex export, you can use the zotero web API. If you want BBT exports, it is possible but not trivial. My own tests run as github actions, running the actual Zotero client under xvfb, driving it's behavior using this plugin. There is no all, just me. |
Beta Was this translation helpful? Give feedback.
If you are satisfied with the stock bibtex export, you can use the zotero web API. If you want BBT exports, it is possible but not trivial. My own tests run as github actions, running the actual Zotero client under xvfb, driving it's behavior using this plugin.
There is no all, just me.