A simple script that uploads Apple (iCloud) Notes as Quip documents.
Python 2.x
- Get your Quip API access token
- If you don't have
argparse
installed, install it or runpip install -r requirements.txt
- Run
./apple_notes_to_quip.py --access_token="YOUR_ACCESS_TOKEN"
- 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