Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeha/datadownload

Downloader scripts for various data providers
https://github.com/zeha/datadownload

Last synced: 24 days ago
JSON representation

Downloader scripts for various data providers

Awesome Lists containing this project

README

        

datadownload
============

Downloader scripts for various data providers

erste-netbanking.js
-------

Downloads OFX data for the last month from ERSTE/Sparkasse netbanking.

Requires **phantomjs**.

Usage:
```
% phantomjs erste-netbanking.js
Usage: erste-netbanking.js
```

Example:
```
% phantomjs erste-netbanking.js ./creds.json AT002011112345678901 this-month.ofx
(debug output stripped)
Looking for account number AT002011112345678901
Logged in.
Downloading using XHR...
Done, wrote data to this-month.ofx.
```

credentials.json example:
```
{
"user": "11111111",
"password": "ZOMGAPASSWORD"
}
```