Scraper to download data from Itaú Internet Banking
Project description
Unofficial client to access your Itaú bank data
Documentation: https://pyitau.readthedocs.io.
Status page: https://pyitau.betteruptime.com/
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyitau-1.3.1.tar.gz
(18.9 kB
view details)
Built Distribution
pyitau-1.3.1-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file pyitau-1.3.1.tar.gz
.
File metadata
- Download URL: pyitau-1.3.1.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fdff57dd1839f2082eadf535b0254641eed646f2fb81ae02b4a93451b2bfd8d0
|
|
MD5 |
5506222a2e74b67316e5edfa5efce6cc
|
|
BLAKE2b-256 |
07b1ae1a9ca6563ed59100652ccf7be99e66cbc12ca4b2b1a68caf5c2a18f2cd
|
File details
Details for the file pyitau-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: pyitau-1.3.1-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d71ca2b82c2f7ad346673360df6454236da3259c8d3a6af142f6bd66041b0a54
|
|
MD5 |
ef5dfed1f93baaf6724756c0b97ac8ee
|
|
BLAKE2b-256 |
f25003863bbbf667dfe39e2ef62bec61c6adf46940d41fa92aaa66813149d3f4
|