Account balance scraping for Australian financial institutions
This repository provides a number of scrapers which connect to various Australian financial
institutions to get the current account balance. Available scrapers are:
pip install -e .
Run as follows:
ausfin balance [source] -u [username] -p [password]
eg.
ausfin balance acorns -u username -p password
Source must be one of:
Save a config file in the format, for example as config.json
:
{
"accounts": [
{
"source": "28degrees-credit",
"username": "ausername",
"password": "apassword"
},
{
"source": "anothersource",
"username": "adifferentusername",
"password": "adifferentpassword"
}
]
}
Then:
ausfin net-worth -c config.json