Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeha/datadownload
- Owner: zeha
- License: mit
- Created: 2014-07-21T01:34:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T13:14:00.000Z (over 10 years ago)
- Last Synced: 2024-04-21T02:19:24.242Z (7 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```