Skip to content

Recipes for managing your Zotero library with `pyzotero`

Notifications You must be signed in to change notification settings

jsta/zoteroscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoteroscripts

Recipes for managing your Zotero library with the pyzotero interface to the Zotero API

Setup

  1. Create and activate a conda environment with:
conda env create -n zoteroscripts -f environment.yml
source activate zoteroscripts
  1. Store your API library_id and api_key credentials in a file named config.py

Scripts

  • manage_tags.py: Remove all tags from a library that don't appear in a specified list

  • notes_to_csv.py: Export all notes from a given collection to a csv file

Tips

Make sure that your local user library is "synced" with Zotero online

References

https://pyzotero.readthedocs.io/en/latest/

About

Recipes for managing your Zotero library with `pyzotero`

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages