Scraper to download data from Itaú Internet Banking
Project description
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
git clone https://github.com/lucasrcezimbra/pyitau
cd pyitau
python -m venv .venv
pip install -r requirements-dev.txt
pre-commit install
pytest
[ ~ Dependencies scanned by PyUp.io ~ ]
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.0.2.tar.gz
(13.7 kB
view details)
File details
Details for the file pyitau-1.0.2.tar.gz.
File metadata
- Download URL: pyitau-1.0.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7767cdecea4f84a2d03aec5a106743d7fe8ce2f3f1434f84192d7d592fd87d0b
|
|
| MD5 |
42a07c0165d66d2dd6f7f0a886a4635b
|
|
| BLAKE2b-256 |
c328a2d2222513c8f556c78835f9b0593394d676e579b9dc36fac664e9f0d0d5
|