An open API service indexing awesome lists of open source software.

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

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