Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kudanai/libDayOne

simple python module to interact with Day One journals
https://github.com/kudanai/libDayOne

Last synced: 2 months ago
JSON representation

simple python module to interact with Day One journals

Awesome Lists containing this project

README

        

# libDayOne

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

## usage

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](http://maebert.github.io/jrnl/)
* wxWidgets based front-end written in python [here](https://github.com/nitinthewiz/pyDayOne).
* other tools and resources on the [DayOne support page](http://dayoneapp.com/tools/)