bankin-scraper

1.0.1 • Public • Published

bankin-scraper

Download balance and latest transactions from Bankin's website.

Getting Started

Prerequisites

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

Usage

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

const result = await bankin.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

Readme

Keywords

none

Package Sidebar

Install

npm i bankin-scraper

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Unpacked Size

16.8 kB

Total Files

5

Last publish

Collaborators

  • fabrice404