Downloads information of account balances into csv files (via browser instrumentation).
Status: alpha (works but feels like a script)
-
are fetched from keepass via browser interaction protocol see KeepassProxyAccessTest
-
Keepass Token is saved in (see KeepassProxyCredentialRetriever)
link:./src/main/java/de/lgohlke/homebanking/keepass/KeepassProxyCredentialRetriever.java[role=include]
-
build with maven
./build_package.sh
-
invoke data importer with
java -jar target/homebanking_data_importer-1.0-SNAPSHOT.jar output_dir/
see files in output_dir/
configured institutes in MainDataRetriever.java:
...
link:./src/main/java/de/lgohlke/homebanking/MainDataRetriever.java[role=include]
...
credentials are retrieved from keepass with urls configured in BankingURL.java
link:./src/main/java/de/lgohlke/homebanking/institutes/BankingURL.java[role=include]