urschrei / pyzotero

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

Websockets / Streaming #173

Closed paul-hbst closed 7 months ago

paul-hbst commented 7 months ago

Does the library support the topic subscription function of Zotero as described here: https://www.zotero.org/support/dev/web_api/v3/streaming_api ? I did read through the docs and did not find anything about it (quick read through the sourcecode did not find anything either).

If it does not is there any specific reason that it has not been implemented yet? Otherwise I could look into maybe adding it.

Sorry if I missed it in the docs.

urschrei commented 7 months ago

No, because nobody has ever asked for it. I'm certainly open to the idea, but the documentation looks incomplete (I can't see any update notifications), and it seems like a lot of work, but if you feel like it's useful to you, by all means…

paul-hbst commented 7 months ago

Alright, i will look into it.