libDayOne is a simple python module that can read/write journal entries from the Day One journaling app. this was designed mostly for personal use, but feel free to use it in your projects
There are two classes DayOneJournal
and DayOneEntry
...
refer to the docstrings for more info
see the example.py
for simple usage. You should be able to use example.py
as a fairy functional journal editor.
##Other projects of note
there are already a few projects out there which deal with Day One journals in various manners; such as
- the excellent command line journaling app jrnl
- wxWidgets based front-end written in python here.
- other tools and resources on the DayOne support page