darkphoenix / tolino-calibre-sync

Access to tolino cloud with Python 3 and Calibre
GNU Lesser General Public License v2.1
52 stars 7 forks source link

Is there anyway to download the Annotations/Notes? #6

Open rlandolt opened 1 year ago

rlandolt commented 1 year ago

I'd like to download the notes/annoatations without the need to plugin the ebook reader. As the webreader of tolino can show it, I think there must be a way to get it of the tolino cloud, right?

darkphoenix commented 1 year ago

I'm not aware of how exactly these are presented; I'd have to dig into the API myself, since the client I forked from does not appear to support it.

natenjo commented 1 month ago

I am currently also searching for a war to get the notes out of the tolino cloud

//edit: found the following documentation https://cweiske.de/tolino-api-docs.htm

Especially this Part looks intresting:

PATCH https://bosh.pageplace.de/bosh/rest/sync-data Send changes to the server and get changes since last sync back. This is the main API method for synchronization

Screenshot_20240913_142835_Samsung Internet~2

(Sorry, I am on my mobile phone only, as i am on vacation)