Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kudanai/libDayOne
- Owner: kudanai
- Archived: true
- Created: 2013-06-09T08:32:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T13:50:11.000Z (over 11 years ago)
- Last Synced: 2024-08-03T13:02:09.930Z (6 months ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-maldives - LibDayOne - libDayOne is a simple python module that can read/write journal entries from the Day One journaling app. (Table of Contents / PYTHON Projects)
- project-awesome - kudanai/libDayOne - simple python module to interact with Day One journals (Python)
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 infosee 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/)