juruen / rmapi

Go app that allows you to access your reMarkable tablet files through the Cloud API
GNU Affero General Public License v3.0
975 stars 103 forks source link

one-time code as parameter to binary? #304

Open jonwhittlestone opened 1 year ago

jonwhittlestone commented 1 year ago

Hi

The get function to download is working with beautifully, thankyou

./rmapi get ./23-journal 

is it possible to do something like this, for my automation?

./rmapi get ./23-journal mrejrwua

thanks

ps. also, now I have the zipped notebook with all metadata, content etc, what current tool would anyone advise i convert that into a pdf?

I tried geta but I got an error

➜  Desktop ./rmapi geta ./23-journal        
Enter one-time code (go to https://my.remarkable.com/device/desktop/connect): xqugplqr
downloading: [./23-journal]...
ERROR: 2023/05/21 09:14:16 main.go:83: Error:  Failed to generate annotations for ./23-journal with no uuid pagemap
ddvk commented 1 year ago

there is an open pull request for that