Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richstokes/apple-notes-to-dropbox-paper
Copy your Apple Notes to Dropbox Paper
https://github.com/richstokes/apple-notes-to-dropbox-paper
apple dropbox icloud notes paper
Last synced: about 1 month ago
JSON representation
Copy your Apple Notes to Dropbox Paper
- Host: GitHub
- URL: https://github.com/richstokes/apple-notes-to-dropbox-paper
- Owner: richstokes
- License: mit
- Created: 2023-08-14T00:45:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T01:04:56.000Z (over 1 year ago)
- Last Synced: 2023-08-14T02:38:34.808Z (over 1 year ago)
- Topics: apple, dropbox, icloud, notes, paper
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apple-Notes-to-Dropbox-Paper
Quick n' dirty script which backs up (copies) your Apple Notes to Dropbox Paper. Must be run on a Mac with access to your notes.
## How it works
- [This](https://github.com/RhetTbull/macnotesapp) really helpful python lib extracts the notes' HTML using Applescript
- The code in this repo creates a new, datestamped folder in your Dropbox Paper account
- Each note is copied to Dropbox Paper
- Unlock your Apple notes first to include locked ones
## Setup & Run
1. `pip install -r requirements.txt`
1. Create a new [Dropbox app with a generated token](https://dropbox.tech/developers/generate-an-access-token-for-your-own-account)
1. Export the token like: `export paperApiKey="foobar123"`
1. Run `python3 notes-to-dropbox-paper.py`