Skip to content

scottrobertson/starling-export

Repository files navigation

Starling Export

A quick a and simple way to get Starling transactions into QIF and CSV files.

How to use:

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.

access_token:

You will need to get a token from here, with the following scopes:

  • account_read
  • account-identifier:read
  • balance:read
  • transaction:read

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages