Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

File metadata and controls

32 lines (22 loc) · 1.01 KB

HSBC Business CSV Statement Downloader

Automatically download all statements in csv format. Defaults to top level account only

Works well with: https://github.com/chrisjsimpson/hsbc-business-csv-statement-processor to process all of the statements and glean meaningful info (total income/out per year/month) etc

Setup

  • you need:
    • pip install -r requirements.txt
  • Firefox installed
  • geckodriver
  • You need to download the geckodriver, binary and put it in your path e.g.:

Run it

python main.py

It will ask for a code, this is the code the smart card reader HSBC bank users use to login to their online bank, with their pin number; it generates a time-bound login key.

You'll note the memorableAnswerelm is empty, and usually the password (fetch this from somehwere , don't hardcode it).