Scraper to download data from Itaú Internet Banking
Project description
Unofficial client to access your Itaú bank data
Documentation: https://pyitau.readthedocs.io.
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.1.0.tar.gz
(15.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyitau-1.1.0-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file pyitau-1.1.0.tar.gz.
File metadata
- Download URL: pyitau-1.1.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90e2d7e48d7172833dede09e483a7e035184a3358fa9f42cc7df8ff7d7c68d5c
|
|
| MD5 |
823e5dbd6ce47583a16df7cdc71d87a0
|
|
| BLAKE2b-256 |
9b57321d45fb1d7b5e772f74f1df23619cc40425515432e79209d7c3c7373430
|
File details
Details for the file pyitau-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pyitau-1.1.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58880f3a469b449a7cc791a5f9c127c616bc73fea79e585b15489571464371c8
|
|
| MD5 |
c42f3d2048bb568f35b4761f57a04ab6
|
|
| BLAKE2b-256 |
c8c2ecf47a557526e0605bc71cc3d346f57f66237745fbefb133482b676234f4
|