https://github.com/fabrice404/aib-scraper
Download balance and latest transactions from AIB's website.
https://github.com/fabrice404/aib-scraper
Last synced: 3 months ago
JSON representation
Download balance and latest transactions from AIB's website.
- Host: GitHub
- URL: https://github.com/fabrice404/aib-scraper
- Owner: fabrice404
- License: apache-2.0
- Created: 2018-05-25T20:34:25.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T23:49:12.000Z (3 months ago)
- Last Synced: 2025-04-09T15:48:35.639Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 812 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aib-scraper [](https://www.codacy.com/app/fabrice404/aib-scraper?utm_source=github.com&utm_medium=referral&utm_content=fabrice404/aib-scraper&utm_campaign=Badge_Grade)
Download balance and latest transactions from AIB's website.
## Getting Started
### Usage
```javascript
const aib = require('aib-scraper');const result = await aib.get({
login: 'YOUR LOGIN',
password: 'YOUR PASSWORD',
});
```## Built With
* [Puppeteer](https://www.npmjs.com/package/puppeteer): 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)