Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabrice404/bankin-scraper

Download balance and latest transactions from Bankin's website.
https://github.com/fabrice404/bankin-scraper

Last synced: 14 days ago
JSON representation

Download balance and latest transactions from Bankin's website.

Awesome Lists containing this project

README

        

# 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](http://chromedriver.storage.googleapis.com/index.html).

### Usage

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

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

## Built With

* [Selenium](https://www.npmjs.com/package/selenium-webdriver): browser automation library
* [Cheerio](https://www.npmjs.com/package/cheerio): jQuery implementation in Node.js

## License

This project is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)