Project

usbank

0.0
No commit activity in last 3 years
No release in over 3 years
a gem to fetch transaction data from usbank
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
 Project Readme

usbank

A gem to fetch usbank OFX transaction data. It signs into usbank.com with your credentials and downloads your account's OFX data.

Installation

Include the gem in your Gemfile:

gem "usbank"

Usage

usbank = Usbank.new(
  username: 'johndoe', 
  password: 'alligator', 
  challenges: {
    "What date did you get married?" => "021498",
    "What was the name of your best friend in high-school?" => "Jane",
    "What is your father's middle name?" => "Cornelius"
  })
usbank.fetch # => String containing OFX data