Skip to content

A Python-based CLI (Command Line Interface) for working with the remarkable Mercury Banking API.

License

Notifications You must be signed in to change notification settings

Oxiin/mercury-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mercury Banking API

This repository integrates with Mercury Bank's API, to offer an easy and seemless way for interacting with your accounts.

Prerequisites

  • An account with mercury.
  • An API Key (Token), ready for consumption.
  • Python 3.*

Usage

First update the self.token string value to the token you got from mercury

Get Balance Overview

## Initialise the class.
mercury = Mercury()

## Get summary data. 
summary = mercury.accountOverview()

## Outout the account summary.
print("[+] Total Balance is ${:.2f} over {} accounts".format(summary['balance'], summary['accounts']))

About

A Python-based CLI (Command Line Interface) for working with the remarkable Mercury Banking API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages