Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urbanij/google_keep_takeout
Export your Google Keep notes to a markdown or txt file
https://github.com/urbanij/google_keep_takeout
google-keep google-takeout
Last synced: 4 days ago
JSON representation
Export your Google Keep notes to a markdown or txt file
- Host: GitHub
- URL: https://github.com/urbanij/google_keep_takeout
- Owner: urbanij
- License: wtfpl
- Created: 2020-07-13T17:55:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T01:50:03.000Z (about 3 years ago)
- Last Synced: 2024-08-01T20:49:40.053Z (3 months ago)
- Topics: google-keep, google-takeout
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - urbanij/google_keep_takeout - Export your Google Keep notes to a markdown or txt file (Python)
- jimsghstars - urbanij/google_keep_takeout - Export your Google Keep notes to a markdown or txt file (Python)
README
# Google Keep takeout
Run the script inside your takeout folder
```sh
python export.py > exported.md
```and get a markdown file similar to this:
```
Total #notes = 294 -- sorted by (Last update, archived/not archived)### Groceries
Last edited: Monday July 13, 2020, 10:08:21 AM
- [ ] nduja
- [ ] nutella
- [ ] ichnusa
- [ ] ravioli
- [x] pesto genovese
- [x] viennetta[...]
```