This script is used to read my daily journal every night at midnight and email me recommendations to make my next day better.
Create Python virtual environment:
python -m venv .venv --prompt=llm=review
Activate virtual environment:
source .venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Get a credentials.json
from Google Cloud Console and place it in this folder.
python main.py