https://github.com/conormag/ireland-scrapers
Collection of python-based web scrapers for websites in Ireland
https://github.com/conormag/ireland-scrapers
Last synced: 13 days ago
JSON representation
Collection of python-based web scrapers for websites in Ireland
- Host: GitHub
- URL: https://github.com/conormag/ireland-scrapers
- Owner: conormag
- License: gpl-2.0
- Created: 2015-11-12T14:46:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T11:39:02.000Z (over 10 years ago)
- Last Synced: 2025-10-04T22:36:39.309Z (10 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ireland-scrapers
Collection of python-based web scrapers for websites in Ireland
## Installation
```
pip install -r requirements.txt
```
## Credit Union online (CU247)
Connects to any credit union account registered with CU247 (www.cu247.ie).
Returns a JSON object with account balances and statements.
### Usage:
```
python cu247.py -h
```
for usage instructions
## Bank of Ireland (365 online)
Connects to any Bank of Ireland 365 Online account and retrieves balances.
Returns a JSON object with account balances and statements.
### Usage:
```
python boi365online.py -h
```
for usage instructions