Extracts data from CGD - Caixa Break management interface
Project description
caixabreak
Free software: MIT license
Documentation: https://caixabreak.readthedocs.io.
Work in progress: New features will be available soon
About
Extracts data from Caixa Geral de Depositos - Caixa Break management interface.
Install
pip install caixabreak
Note: You must request the login credentials on a CGD ATM machine first.
How-to
caixabreak --help
Usage: caixabreak [OPTIONS] Extracts data from CGD - Caixa Break management interface. Optional: Use environment variables instead of command line arguments (CGD_USER and CGD_PASS). Options: -u, --username TEXT Access code for your account (7 digits) -p, --password TEXT Password for your account (5 digits) -b, --balance Show current balance -t, --transactions Show current transactions --debug Enable debug --help Show this message and exit.
Features
Show current card balance
Show table of transactions
Credits
Disclamer
This application is not affiliated with CGD in any way.
History
0.1.0 (2016-06-28)
First release on PyPI.