项目作者: bankscrap

项目描述 :
Arquia Banca adapter for Bankscrap
高级语言: Ruby
项目地址: git://github.com/bankscrap/bankscrap-arquia.git
创建时间: 2016-05-02T22:11:29Z
项目社区:https://github.com/bankscrap/bankscrap-arquia

开源协议:MIT License

下载


Bankscrap::Arquia

Bankscrap adapter for Arquia Banca (only tested with personal accounts).

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

Installation

Add this line to your application’s Gemfile:

  1. gem 'bankscrap-arquia'

And then execute:

  1. $ bundle

Or install it yourself as:

  1. $ gem install bankscrap-arquia

Usage

From terminal

Bank account balance

  1. $ bankscrap balance Arquia --credentials=user:YOUR_USER nif:YOUR_DNI password:YOUR_PASSWORD

Transactions

  1. $ bankscrap transactions Arquia --credentials=user:YOUR_USER nif:YOUR_DNI password:YOUR_PASSWORD

For more details on usage instructions please read Bankscrap readme.

From Ruby code

  1. require 'bankscrap-arquia'
  2. arquia = Bankscrap::Arquia::Bank.new(user: YOUR_USER, nif: YOUR_NIF, password: YOUR_PASSWORD)

Contributing

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