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
- Log in to Intuit Mint.
- Select "Transactions".
- Select the accounts.
- Apply filters to filter transactions based on time or categories.
- Click the gear icon, then click "Export x transactions", a csv file will be exported.
- Go to Mint Sankey, upload the csv file.
Copy config-sample.toml
to config.toml
and edit.
Then
docker build -t mintsankey .
docker run -p 80:80 mintsankey
MIT License