Metadata-Version: 2.1
Name: my-santander-finance
Version: 0.2.5
Summary: automated process to obtain the consumption of the bank credit and debit cards, classify them and generate a dashboard
Home-page: https://github.com/opaniagu/my-santander-finance
License: MIT
Author: Oscar Paniagua
Author-email: opaniagu@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Dist: PyAutoGUI (>=0.9.53,<0.10.0)
Requires-Dist: SQLAlchemy (>=1.4.39,<2.0.0)
Requires-Dist: black (>=22.6.0,<23.0.0)
Requires-Dist: bumpversion (>=0.6.0,<0.7.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: flake8 (>=4.0.1,<5.0.0)
Requires-Dist: isort (>=5.10.1,<6.0.0)
Requires-Dist: numpy (>=1.23.0,<2.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: pre-commit (>=2.19.0,<3.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: pywin32 (>=304,<305)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: selenium (>=4.3.0,<5.0.0)
Requires-Dist: webdriver-manager (>=3.7.1,<4.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/opaniagu/my-santander-finance
Description-Content-Type: text/markdown

# App para Automatizacion (web scrapping) de Banco Santander

Aplicacion para la gestion de cuentas del banco Santander de Argentina, permite:

- [x] obtener el resumen de la cuenta realizando un download del archivo con los registros de los ultimos 60 dias

- [x] transformarlos y cargarlos en una base de datos sqlite

- [] etiquetar los consumos para luego generar reportes


## Environment Variables

Para ejecutar este proyecto se necesitan las siguientes variables de entorno, pudiendo ser definidas en un archivo .env:

`DNI`

`CLAVE`

`USUARIO`

_Estos datos, son los requeridos para el login en la web de Santander._ 


## Instalacion

Instalar utilizando pip

```bash
  pip install my-santander-finance
```

## Utilizacion

```bash
  sanfi
```

En el caso de realizar el download de los consumos:
```bash
  sanfi -d
```


## Feedback

Contactarme a opaniagu@gmail.com

## Authors

- [@opaniagu](https://www.github.com/opaniagu)


## License

[MIT](https://choosealicense.com/licenses/mit/)

