Takes a directory containing Google Keep JSON files as input. It converts each JSON file into a Markdown file, preserving the content, title, labels, creation date, and modification date. The Markdown files are organized in a specified directory for easy access and management.
- Run the following command in the terminal:
python3 start.py --input_dir /path/to/json/files
-
Default output directory:
./data/markdown
-
Wait for the conversion to finish
- Visit
https://takeout.google.com/settings/takeout
- Only select
Keep
- Select
Export once
for frequency
- Wait for the export to finish
- When ready, visit link and download
python3 group_files_by_year.py --input-dir "./data/markdown"
- Factor in images
- Ability to specify output directory
- Record installation and Use
- Setup script for Poetry
- File Structure