Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
.. image:: https://badge.fury.io/py/pyitau.svg :target: https://badge.fury.io/py/pyitau :alt: PyPI
.. image:: https://coveralls.io/repos/github/lucasrcezimbra/pyitau/badge.svg?branch=master :target: https://coveralls.io/github/lucasrcezimbra/pyitau?branch=master :alt: Coverage
.. image:: https://readthedocs.org/projects/pyitau/badge/?version=latest :target: https://pyitau.readthedocs.io/en/latest/?version=latest :alt: Documentation Status
Unofficial client to access your Itaú bank data
Installation
.. code-block:: shell
pip install pyitau
How to Use
.. code-block:: python
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.
.. code-block:: bash
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
FAQs
Scraper to download data from Itaú Internet Banking
We found that pyitau demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.