Skip to main content

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

  1. Install Chrome Driver (https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver)
  2. 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


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.1.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

ausfin-0.1-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page