Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

tcana1/pyitau

 
 

Repository files navigation

pyitau

PyPI Documentation Status

Unofficial client to access your Itaú bank data

Installation

pip install pyitau

How to Use

from pyitau import Itau

# Login
itau = Itau(agency='0000', account='12345', account_digit='5', password='012345')
itau.authenticate()

itau.get_statements()

Contributing

Contributions are welcome, feel free to open an Issue or Pull Request.

Pull requests must be for the develop branch.

git clone https://github.com/lucasrcezimbra/pyitau
cd pyitau
git checkout develop
python -m venv .venv
pip install -r requirements-dev.txt
pre-commit install
pytest

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 51.7%
  • Python 48.3%