Account balance scraping for Australian financial institutions
Project description
Australian Finance Scrapers
This repository provides a number of scrapers which connect to various Australian financial institutions to get the current account balance. Available scrapers are:
- 28 Degrees
- Acorns
- BTCMarkets
- Commbank (Bank)
- Commbank (Shares)
- ING Direct
- Ratesetter
- Suncorp Bank (Bank)
- Suncorp Bank (Shares)
- Ubank
- Unisuper
Prerequisites
- Python 3.6
- Google Chrome
Installation
- Install Chrome Driver (https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver)
- Install this package with
pip install -e .
Usage
Balance
Run as follows:
ausfin balance [source] -u [username] -p [password]
eg.
ausfin balance acorns -u username -p password
Source must be one of:
- 28degrees-credit
- acorns-investment
- btcmarkets-investment
- commbank-bank
- commbank-investment
- ing-bank
- ratesetter-investment
- suncorpbank-bank
- suncorpbank-super
- ubank-bank
- unisuper-super
Net Worth
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ausfin-0.2.3.tar.gz
(15.2 kB
view details)
Built Distribution
ausfin-0.2.3-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file ausfin-0.2.3.tar.gz
.
File metadata
- Download URL: ausfin-0.2.3.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e1c79dbe46fa1d5acca28e1588d4edb66a64c3caaded27abf742ecffdd92e40 |
|
MD5 | 48f07f5f657053e47155bd1805e1101c |
|
BLAKE2b-256 | 60ad3afc1d24c047438a3c6e63e3166b8934c9b7cba390901b32d1bd2dc5fe78 |
File details
Details for the file ausfin-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: ausfin-0.2.3-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c105b8d240e0406a2eb22e94910afe1e21ca34e0819ac0d6d99f82905238d4d1 |
|
MD5 | 24f5cfa28791d89779ab2db3d60a629d |
|
BLAKE2b-256 | 5da27f6d7e47f921f4cb2a44d5d3a6d4b4238c11347a6edfb6c1a656e5dec2d9 |