Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabrice404/aib-scraper
Download balance and latest transactions from AIB's website.
https://github.com/fabrice404/aib-scraper
Last synced: 5 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T23:50:49.000Z (15 days ago)
- Last Synced: 2025-01-11T00:30:49.027Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 661 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aib-scraper [![Codacy Badge](https://api.codacy.com/project/badge/Grade/05c9c274ff624ae68f9805fe7b55ea3a)](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)