Skip to content

Parser for Wallet transactions from Budget Bakers. Not related in any way.

Notifications You must be signed in to change notification settings

zmgirao/budgetbakers-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

budgetbakers-parser

Parser for Wallet transactions from Budget Bakers. Not related in any way.

Since the app from Budget Bakers does not have transaction export via Web app or iOS, I needed to make my own parser.

Instructions:

  1. Save as HTML a list of transactions from Wallet app named bakers.html and:
  2. Optional: removing Credit Card payments or amounts sent to savings by adding those accounts in line 86 of the script;
  3. Run the Python script to get:

The output will be:

  1. dump.json file with a list of the transactions in JSON object format;
  2. ouput.txt file with a customized output for transactions that I used for some chart generation.

Hope it suits you.

About

Parser for Wallet transactions from Budget Bakers. Not related in any way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages