Skip to content

cwilby/ynab-weekly-report

Repository files navigation

YNAB Weekly Report

A script that sends a weekly email with a breakdown of category group data in YNAB.

Getting Started

Create a .env file or copy .env.example and add values for the following configuration keys:

YNAB_ACCESS_TOKEN=<Create an access token in YNAB>
YNAB_BUDGET_ID=<The budget to create a report from>

[email protected], [email protected]

SMTP_FROM="YNAB Weekly Report <[email protected]>"
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASS=

Then, run docker-compose up -d - an email will now be sent to EMAIL_RECIPIENTS every Monday at 10am.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published