Skip to content

frankgx97/mintsankey

Repository files navigation

Mint Sankey

Mint Sankey is a tool to create Sankey Diagram from your Intuit Mint data. It will generate image, interactive webpage(html) or Sankeymatic data, which can be used at SankeyMatic.

Read more about the project: Create Personal Financial Sankey Diagram from Intuit Mint Data - Frank's Weblog

Example output:

Get started

  1. Log in to Intuit Mint.
  2. Select "Transactions".
  3. Select the accounts.
  4. Apply filters to filter transactions based on time or categories.
  5. Click the gear icon, then click "Export x transactions", a csv file will be exported.
  6. Go to Mint Sankey, upload the csv file.

Run or deploy from source

Copy config-sample.toml to config.toml and edit.

Then

docker build -t mintsankey .
docker run -p 80:80 mintsankey

License

MIT License

Acknowledgements

About

Create Sankey Diagram from Intuit Mint export

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published