Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabrice404/bankin-scraper
- Owner: fabrice404
- License: apache-2.0
- Created: 2020-11-23T21:18:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T20:45:27.000Z (about 4 years ago)
- Last Synced: 2024-12-19T00:20:42.405Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)