Home

Awesome

BUNQ to YNAB

<img src='https://github.com/bad33ndj3/bunq2ynab/assets/9072952/2a61635f-db5e-43a2-825a-8a230cd3bebc' width='225'>

This script will sync BUNQ transactions to YNAB.

WIP

This script is still in development since I just started testing it.

TODO:

Installation

  1. Clone this repository
  2. Setup config file cp example.config.yml config.yml
  3. Fill in the config file with your own data
    • bunq_token can be found in the bunq app
    • ynab_token can be found in the YNAB settings
    • accounts is a list of accounts to sync
      • bunq_account_name is the name of the account in bunq
      • ynab_budget_name is the name of the budget in YNAB (Top level)
      • ynab_account_name is the name of the bank account in YNAB
  4. Run make sync (This will sync all transactions from the last 30 days)
  5. Wait for the script to finish

OR

go install github.com/bad33ndj3/bunq2ynab@latest

Usage:

    bunq2ynab <command> [arguments...]

The commands are:

    categories           print all categories from YNAB
    help                 shows help message
    sync                 syncs all transactions from bunq to YNAB, from the given days ago
    version              shows version of the application

Similar projects