Skip to content

zeha/datadownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 <credentials.json> <account_number> <output.ofx>

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"
}

About

Downloader scripts for various data providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published