2.6.0 • Published 1 year ago

aib-scraper v2.6.0

Weekly downloads
50
License
Apache-2.0
Repository
github
Last release
1 year ago

aib-scraper Codacy Badge

Download balance and latest transactions from AIB's website.

Getting Started

Prerequisites

To run this module, you will need to download the latest chrome driver here.

Usage

const aib = require('aib-scraper');

const result = await aib.get({
  login:    'YOUR LOGIN',
  password: 'YOUR PASSWORD',
});

Built With

  • Selenium: browser automation library
  • Cheerio: jQuery implementation in Node.js

License

This project is licensed under the Apache 2.0 License

2.6.0

1 year ago

2.5.0

2 years ago

2.5.1

2 years ago

2.4.3

3 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

4 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago