Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 870 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 870 Bytes

caixa.py

Welcome to caixa.py

This is a very simple script that gives you the latest transactions for your CaixaDirecta Account.

  • Gives you your current account balance.
  • Gives you a list of your last transactions
  • Sends an alerts using Pushbullet or Nexmo SMS

Before using

  1. install phantomjs
  2. configure the config.py file with the alerts details (Pushbullet API or Nexmo SMS API)

Basic usage

Simply put your account details as arguments when calling the script:

python caixa.py -u [username] -p [password]

To do list

  • Add sms alert
  • Scan more then 1 account
  • Generate an Excel table with all the transactions