/ynab-snapshot

A golang program to take snapshots of a You Need a Budget (YNAB) account.

Primary LanguageGo

ynab-snapshot Build status

A simple utility to take snapshots of a budget using the You Need a Budget api. It creates a CSV file with a snapshot of your categories in the specified path.

Installation

$ go get github.com/rscarvalho/ynab-snapshot

Usage

$ ynab-snapshot -h
Usage of ynab-snapshot:
  -Date string
        The month to take the snapshot in format YYYY-MM. (default "current")
  -Path string
        The target path for the snapshot. (default "/current/running/path")
  -Token string
        The ynab API token. Can be set by the environment variable $YNAB_TOKEN