Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

upbankpy

A Python wrapper for the newly released API for up.com.au

Usage

Set the environment variable UP_TOKEN with your personal access token from https://developer.up.com.au/

>>>importupbank>>>accounts=upbank.Accounts()
>>>print(accounts)
<[<UpAccount (TRANSACTIONAL): AUD1>, <Savings (SAVER): AUD1>]>>>>transactions=accounts[0].transactions>>>print(transactions[0])
<Merchant: AUD-10.552020-07-27T22:37:26+10:00>

Todo

  • Webhook creation and log retrieval
    • Creating a test server to receive json requests? (probably out of scope)
  • Creating and retrieving the data for atomic objects (transactions, accounts, webhooks) by ID

About

A Python wrapper for the newly released API for up.com.au

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages