urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
908 stars 99 forks source link

How to access my notes from zotero? #163

Open 1qzhworld opened 1 year ago

1qzhworld commented 1 year ago

I want to combine my zotero notes with the networkx in python, but I failed to get the notes.

It seems possible to write the notes in extra, then from item['data']['extra'], I can get that contents. But is there a more elegant way to retrieval the notes?

Thanks for your contribution!