A quick a and simple way to get Starling transactions into QIF and CSV files.
ruby starling-export.rb qif --access_token=${access_token}
ruby starling-export.rb csv --access_token=${access_token}
ruby starling-export.rb balance --access_token=${access_token}
You may omit the --access_token
argument, and use an environmental
variable - $STARLING_ACCESS_TOKEN
instead.
You will need to get a token from here, with the following scopes:
account_read
account-identifier:read
balance:read
transaction:read