updated readme
This commit is contained in:
parent
5f1591c856
commit
2b82d182aa
|
|
@ -1,7 +1,11 @@
|
|||
# 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, then run:
|
||||
|
||||
make sure to install playwright (pip install playwright), then run:
|
||||
```
|
||||
install playwright --with-deps
|
||||
playwright install --with-deps
|
||||
```
|
||||
to get the correct drivers and dependencies for the host system
|
||||
Loading…
Reference in a new issue