bio-guoda / preston

a biodiversity dataset tracker
MIT License
24 stars 1 forks source link

enable tracking of Zotero literature libraries #281

Closed jhpoelen closed 4 months ago

jhpoelen commented 5 months ago

as discussed with @myrmoteras , suggest to enable tracking of literature libraries managed in Zotero.

jhpoelen commented 5 months ago

some example of a Zotero API call -

curl "https://api.zotero.org/groups/5435545/items?key=[some api key]"

retrieving some file

curl -L "https://api.zotero.org/groups/5435545/items/V5I9RR3I/file?key=[some api key]"\
 > doc.pdf
jhpoelen commented 4 months ago

A first pass at implementing Zotero group records tracking is now available via https://github.com/bio-guoda/preston/releases/tag/0.8.5 .

See also related data publications/repositories:

https://bat-literature.github.io and https://github.com/bat-literature/bat-literature.github.io