AkahuSync/README.md

11 lines
608 B
Markdown
Raw Normal View History

2026-05-09 04:10:28 +00:00
# AkahuSync
2026-05-13 07:12:43 +00:00
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
2026-05-09 04:10:28 +00:00
2026-05-13 07:12:43 +00:00
make sure to install playwright (pip install playwright), then run:
```
2026-05-13 07:12:43 +00:00
playwright install --with-deps
```
to get the correct drivers and dependencies for the host system