bankscrap / bankscrap-santander

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bankscrap::Santander

Bankscrap adapter for Banco Santander (Spain).

Contact: open an issue or email us at bankscrap@protonmail.com.

Installation

Add this line to your application's Gemfile:

gem 'bankscrap-santander'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bankscrap-santander

Usage

From terminal

Bank account balance

$ bankscrap balance Santander --credentials=user:YOUR_USER password:YOUR_PASSWORD

Transactions

$ bankscrap transactions Santander --credentials=user:YOUR_USER password:YOUR_PASSWORD
$ bankscrap transactions Santander --credentials=user:YOUR_USER password:YOUR_PASSWORD --from dd-mm-yyyy --to dd-mm-yyyy

For more details on usage instructions please read Bankscrap readme.

From Ruby code

require 'bankscrap-santander'
santander = Bankscrap::Santander::Bank.new(YOUR_USER, YOUR_PASSWORD, extra_args: {arg: EXTRA_ARG_1})

Contributing

  1. Fork it ( https://github.com/bankscrap/bankscrap-santander/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

About

License:MIT License


Languages

Language:Ruby 100.0%