pyitau icon indicating copy to clipboard operation
pyitau copied to clipboard

Unofficial client to access your Itaú bank data

Results 21 pyitau issues
Sort by recently updated
recently updated
newest added

Get data from savings ("poupança") account.

- [ ] Add tests for Itau.authenticate - [ ] Add tests for Itau.get_statements Coverage branch `develop`: https://coveralls.io/github/lucasrcezimbra/pyitau?branch=develop Coverage file `main.py` from branch `develop` https://coveralls.io/builds/45286697/source?filename=pyitau%2Fmain.py

Muito show sua iniciativa de automatizar o acesso ao Itaú, tou aprendendo com seu projeto, você fez um hack bem forte pra chegar até aqui. Tenho um projeto particular usando...

enhancement

Change [docs](https://pyitau.readthedocs.io/en/latest/api.html) template to https://github.com/readthedocs/sphinx_rtd_theme

## Summary by CodeRabbit - **Bug Fixes** - Refined the process of retrieving account statement information to ensure accuracy and stability.

- [x] Fix https://pyitau.betteruptime.com/ - [ ] Move from https://github.com/lucasrcezimbra/healthchecks to this repo. - [x] Add missing endpoints ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/lucasrcezimbra) so you can upvote...

Fund

Currently, the client returns JSONs. It would be better to return high level types. Examples: [bancointer](https://github.com/lucasrcezimbra/bancointer/blob/master/inter/_inter.py#L67) and [python-eduzz](https://github.com/HBNetwork/python-eduzz/blob/main/eduzz/client/financial/__init__.py#L20-L22)