diff --git a/README.md b/README.md index a89aeef..8d9b9ac 100755 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file