Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabrice404/n26-scraper
- Owner: fabrice404
- License: apache-2.0
- Archived: true
- Created: 2018-05-20T13:59:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T09:44:34.000Z (over 6 years ago)
- Last Synced: 2025-01-16T23:36:26.505Z (9 days ago)
- Topics: banking, javascript, n26, scraper, selenium-webdriver
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)