11 lines
608 B
Markdown
Executable file
11 lines
608 B
Markdown
Executable file
# AkahuSync
|
|
This is my attempt to use NZ's open banking, along with some web scraping, to try and make sense of my financial position over time
|
|
My intention is to gather daily, weekly, and monthly snapshots of my networth, to the end that some visibilty will help steer me in the right direction
|
|
I also have some enhancements planned, such as writing transactional data to Firefly, where I will categorize and report on purchases
|
|
|
|
|
|
make sure to install playwright (pip install playwright), then run:
|
|
```
|
|
playwright install --with-deps
|
|
```
|
|
to get the correct drivers and dependencies for the host system |