A dashboard for visualizing cronology.com calorie data.
-
Install dependencies:
uv pip install -r requirements.txt
-
Set environment variables:
Before running the script, you need to set the following environment variables with your Cronometer credentials.
On macOS or Linux:
export CRONOMETER_USER="your_username" export CRONOMETER_PASS="your_password"
On Windows (Command Prompt):
set CRONOMETER_USER="your_username" set CRONOMETER_PASS="your_password"
On Windows (PowerShell):
$env:CRONOMETER_USER="your_username" $env:CRONOMETER_PASS="your_password"
-
Run the dashboard:
python dashboard.py
The script will download your Cronometer data, cache it locally, and then display the dashboard.