πŸŒ€ Automating DiscΓ³bolo – Full Walkthrough

Automates downloading bank transactions, updating master Excel files, and loading them into a web system.

πŸ’» Step 1: Downloading the Excel File from Banco Provincia

Bank download GIF

The script uses Selenium to log into the bank and download the latest Excel with all transactions.

πŸ“Š Step 2: Updating the Master Excel

Excel update GIF

It compares "NΒ° Secuencia" values to avoid duplicates and inserts new rows with formatting preserved.

🌐 Step 3: Loading Payments into Sytech

Sytech automation GIF

The script searches for each client and automatically registers the payment with the right method.

πŸ“¨ Step 4: Sending emails with receipt

Emails sending GIF

It sends an email to all users with the payment's receipt attached to it

πŸ‘‰ [View GitHub Repo]