Skip to content

derindutz/apple-notes-to-quip

Repository files navigation

Upload Apple Notes to Quip

A simple script that uploads Apple (iCloud) Notes as Quip documents.

Prerequisite

Python 2.x

Use the script

  1. Get your Quip API access token
  2. If you don't have argparse installed, install it or run pip install -r requirements.txt
  3. Run ./apple_notes_to_quip.py --access_token="YOUR_ACCESS_TOKEN"
  4. Your notes will now be available on Quip in a folder titled "Uploaded Apple Notes"

If, like me, your Apple Notes used to have syncing problems and you have duplicate notes, you can skip notes that have the same title when uploading to Quip. Instead of running the script above, run ./apple_notes_to_quip.py --access_token="YOUR_ACCESS_TOKEN" --skip_duplicates

About

Upload Apple Notes to Quip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages