A visual representation of entries in a Day One journal.
usage: python run.py [-run.py [-h] -f FILE [-d]
Display a graph of journal entries from Day One JSON
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE Path to exported Day One JSON file
-d, --debug Show the plots instead of writing to file
To run from the root dir,
- Create conda env from
environment.yml
(see Install Conda) - Copy journal JSON Export into
./data
or create dummy data - From the root of the folder,
python run.py --file ./data/<JOURNAL>.json
- From the root of the foler,
python ./data/gen_dummy.py
- Now, just pass in the new ./data/Dummy.json file into
run.py
See Exporting Entries for instructions.
Export as JSON and place file in ./data directory.