Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

banking javascript n26 scraper selenium-webdriver

Last synced: 7 days ago
JSON representation

Download balance and latest transactions from N26's website

Awesome Lists containing this project

README

        

# n26-scraper

Download balance and latest transactions from N26'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 n26 = require('n26-scraper');

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