From 11cb0bba576fb9a041c29ba37cf4e1b2e2c387c2 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Thu, 9 Nov 2017 20:27:41 +0100 Subject: add transfers watching jabber bot --- account.sample.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 account.sample.ini (limited to 'account.sample.ini') diff --git a/account.sample.ini b/account.sample.ini new file mode 100644 index 0000000..0d54dfd --- /dev/null +++ b/account.sample.ini @@ -0,0 +1,16 @@ +[bank] +; The banks hbci url +url=https://brokerage-hbci.consors.de/hbci +; Bankleitzeil +blz=76030080 +; Login (Consorsbank: Kontonummer + Berechtigtennummer 001) +username=123123123001 +; PIN +password=secre +; The account-number to be inspected (kontonummer) +accountnumber=123123123 + +[jabber] +jid = bot@domain.tld +password = bot-password +recipient = receiver-of-notifications \ No newline at end of file -- cgit v1.2.1