Skip to content

Demizo/daylio-to-daily-you

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daylio to Daily You Converter

This tool allows you to convert Daylio entries and images into a format that can be imported into Daily You.

Instructions

Export from Daylio:

  1. In Daylio, go to More > Edit Moods
  2. Change the mood names to be their default values if they aren't already: (rad, good, meh, bad, awful)

NOTE: Daily You currently only supports 5 moods, if you added more moods to Daylio any days that use them will import as entries with no mood.

  1. Exit the Edit Moods page and go to Export Entries
  2. Select CSV (table) and choose a location to save the Daylio CSV
  3. Select Export Photos ahd choose a location to save the entry photos as a .zip file
  4. Go to where you saved the photos .zip file and extract the zip

Convert to Daily You

  1. Clone this repo and make sure any dependencies of daylio-to-daily-you.py are installed
  2. Open your terminal or command line and navigate into the repo
  3. Run daylio-to-daily-you.py using >python3 daylio-to-daily-you.py "path_to_daylio_csv" --images "path_to_folder_with_exported_daylio_images"

NOTE: If you do not want to import images you can omit --images

  1. Assuming no errors, the script will generate daily_you_log.json as well as any imported images within the repo's output folder.

NOTE: Currently Daily You only supports a single image per day. If more than one photo exists for a Daylio entry the first will be selected.

Import to Daily You

  1. In Daily you, select the gear in the top right.
  2. Select Import Logs...
  3. Select Daily You
  4. Select the daily_you_log.json generated by daylio-to-daily-you.py
  5. Select Import Images...
  6. Select the photos generated by daylio-to-daily-you.py

Limitations

When you export photos from Daylio they are named based on the date they were added to the entry NOT the date of the entry. This means that if you added a photo a day late that image may end up associated with the next days entry.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages