A journal parser for my daily journal
Ensure the following:
- NodeJS installed with a package manager of your choice (ex. NPM, Yarn)
- Python3 installed. Optionally have anaconda as a package manager (recommended).
- Raku and Rakudo and zef installed
- Ensure all of the above are located in PATH
- Have a secrets/combined.json with the necessary google docs credentials, token and the document ID
If you have conda, install the python packages by running:
conda env create -f environment.yml
Then for the javascript dependencies, run
npm install
Then just run npm start or npm run start to run the fetching, transformation and analysis of the journal data.