Finance::Bank::Cahoot

Check your Cahoot bank accounts from Perl
Download

Finance::Bank::Cahoot Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jon Connell
  • Publisher web site:
  • http://search.cpan.org/~masaccio/

Finance::Bank::Cahoot Tags


Finance::Bank::Cahoot Description

Check your Cahoot bank accounts from Perl Finance::Bank::Cahoot is a Perl module that provides a rudimentary interface to the Cahoot online banking system at https://www.cahoot.com/. You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work with WWW::Mechanize.SYNOPSIS my $cahoot = Finance::Bank::Cahoot->new(credentials => 'Constant', credentials_options => { account => '12345678', password => 'verysecret', place => 'London', date => '01/01/1906', username => 'dummy', maiden => 'Smith' } ); my $accounts = $cahoot->accounts; $cahoot->set_account($accounts->->{account}); my $snapshot = $cahoot->snapshot; foreach my $row (@$snapshot) { print join ',', @$row; print " "; } Requirements: · Perl


Finance::Bank::Cahoot Related Software