Finance::Bank::DE::NetBank

Finance::Bank::DE::NetBank is a Perl module to check your NetBank Bank Accounts with Perl.
Download

Finance::Bank::DE::NetBank Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Roland Moriz
  • Publisher web site:
  • http://search.cpan.org/~rmoriz/Finance-Bank-DE-NetBank-1.05/lib/Finance/Bank/DE/NetBank.pm

Finance::Bank::DE::NetBank Tags


Finance::Bank::DE::NetBank Description

Finance::Bank::DE::NetBank is a Perl module to check your NetBank Bank Accounts with Perl. Finance::Bank::DE::NetBank is a Perl module to check your NetBank Bank Accounts with Perl.SYNOPSIS use Finance::Bank::DE::NetBank; my $account = Finance::Bank::DE::NetBank->new( CUSTOMER_ID => '12345678', ACCOUNT => '12345678', PASSWORD => 'ROUTE66', ); if ($account->login()) { print $account->saldo(); $account->logout(); } else { print 'login failed. manual interaction needed'; }This module provides a very limited interface to the webbased online banking interface of the German "NetBank e.G." operated by Sparda-Datenverarbeitung e.G..WARNING! This module is neither offical nor is it tested to be 100% save! Because of the nature of web-robots, everything may break from one day to the other when the underlaying web interface changes.This is code for online banking, and that means your money, and that means BE CAREFUL. You are encouraged, nay, expected, to audit the source of this module yourself to reassure yourself that I am not doing anything untoward with your banking data. This software is useful to me, but is provided under NO GUARANTEE, explicit or implied. Requirements: · Perl


Finance::Bank::DE::NetBank Related Software