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.1.tar.gz
(14.0 kB
view details)
File details
Details for the file pyitau-1.0.1.tar.gz.
File metadata
- Download URL: pyitau-1.0.1.tar.gz
- Upload date:
- Size: 14.0 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 |
5c1ac4d0e5890d0f36e20666acce8de850900d67d1a08065c873fb14df8073aa
|
|
| MD5 |
f02c65b2824c6a4030fe02bc15f37dc1
|
|
| BLAKE2b-256 |
4d89fd2605f39c3368939a1b53fa21ee453d692e10619b45d2088e14596b6fe7
|