/ tools / go-org-readwise / README.org
README.org
 1  #+TITLE: `go-org-readwise`
 2  
 3  This is a very very simple project that sync from readwise API to a
 4  set of org files in a folder. It implements just what is needed from
 5  the [readwise API](https://readwise.io/api_deets) to work.
 6  
 7  * Readwise API
 8  
 9  We are /only/ going to implement the export part of the API as, this should be the only one
10  we need.
11  
12  #+begin_quote
13  If you want to pull all of the highlights from a user's account into your service (eg
14  notetaking apps, backups, etc) this endpoint is all you need!
15  #+end_quote
16  
17  
18  * Tasks
19  
20  ** TODO Explore =v3= API
21  
22  In theory I could rely on the =v3= API to get documents that are "archived" but have no
23  highlights. Not sure this is something I want to do though.
24  
25  I doesn't have highlight so… I would have to query both.
26  
27  See https://readwise.io/reader_api.