Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 641 Bytes

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.