This is a tool for exporting transactions from Sbanken to YNAB (You Need A Budget).
First of all you need to update the Credentials/SbankenCredentials.cs
and Credentials/YNABCredentials.cs
files with your credentials. Afterwards you are ready to run the program.
This program requires two arguments; the name of your account in Sbanken which you wish to get transactions from, and the name of your budget in YNAB that you wish to update.
Example: dotnet run "My account" "My budget"
You can also pass an optional third argument if you have multiple accounts in your YNAB budget, and you need to specify which one to update.
Example: dotnet run "My account" "My budget" "My YNAB account"
If no third argument is passed, the first account found on your YNAB budget will be used.
I made this using VSCode and the Remote Containers extension. For this to work you also need to have Docker running.
To get started you simply need to clone this repo, open it in VSCode and choose Reopen in container
.