Results 8 comments of Luke Quinane

Looks like a good change. If you can look at those minor comments then I'll merge it in. Thanks, Luke

I'm not planning on pushing it up there myself since I'm not really actively developing the library. One of the other contributors already added support for packing it up ready...

You authenticate with the idmsa service, which causes a code to pop up on the device. You then pass that back to the library to complete the two-factor auth. Check...

To get backups you need to use this project: https://github.com/horrorho/InflatableDonkey

You'll need to provide a bit more info on what you're doing. Can you send over a code snippet or something?

The notes application seems to be based off CloudKit, and so the data is encrypted. So it might be possible leveraging some of the work from https://github.com/horrorho/InflatableDonkey but unfortunately it's...

I think you can put anything for the client-id, e.g. here's how pycloud is generating theirs: https://github.com/picklepete/pyicloud/blob/332cc9fa767862480c27253233c2cfdf9f2ea0d9/pyicloud/base.py#L222 You don't need a developer account, these API calls are the same ones...