Miser

Your personal assistant. Will fetch your bank records every day and send you a summary. That way you can know what happened last night even without checking online banking.

Installation

Install the gem like:

$ gem install miser

And then use it like:

miser check banc_sabadell NIF PIN

Usage

You need a Driver that will fetch information from your bank. So far there are drivers for Spanish Banc Sabadell and EVO Banco.

Contributing

  1. Fork it ( https://github.com/mikz/miser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request