No commit activity in last 3 years
No release in over 3 years
Download latest hsbc transactions as OFX
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0

Runtime

 Project Readme

HsbcLatestDownload

A selenium script written in ruby to download latest transactional data as OFX from HSBC personal online banking.

Use at own risk.

Installation

Basic installation

gem install hsbc_latest_download

To install with signature checks to ensure that the gem has not been tampered with

gem cert --add <(curl -Ls https://raw.githubusercontent.com/mattfawcett/hsbc_latest_download/master/certs/mattfawcett.pem)

gem install hsbc_latest_download -P MediumSecurity

Usage

Example. Run with no arguments and you will be promted for username, memorable word, and password

hsbc_latest_download

Example. Passing credentials like this is insecure. At minimum use HISTCONTROL

hsbc_latest_download -u username -m memorableword -p password [-a optionalaccountname]

Example using password manager

hsbc_latest_download -u IB1234567890 -m `pass hsbc.co.uk.memorable` -p `pass hsbc.co.uk.password`

License

The gem is available as open source under the terms of the MIT License.