Skip to content
/ dayone Public

A Python Library for the Mac OS X & iOS Application Day One.

License

Notifications You must be signed in to change notification settings

myles/dayone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day One Python Library

image

A Python library and command line application for Day One.

Libray Usage

>>> from dayone.journal import Journal, Entry
>>> journal = Journal(path_to_dayone_journal)
>>>

List entries

>>> journal.entries
[dayone.journal.Entry(...)]
>>>

Create an entry

>>> entry = Entry(path_to_dayone_journal)
>>> entry.text = "Hello, World!"
>>> entry.save_file()
>>>

Command Line Usage

First setup your py-dayone envourment.

$ py-dayone setup
Path to your DayOne journal. /Users/mb/Dropbox/Apps/Day One/Journal.dayone
Setup py-dayone.
$ 

About

A Python Library for the Mac OS X & iOS Application Day One.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages