Ergänzunge

This commit is contained in:
hubobel 2026-06-16 13:17:04 +02:00
parent 423743323a
commit 4c56fb8518

View file

@ -226,9 +226,20 @@ crontab -e
```bash
python3 /home/banking/bin/transactions.py
```
### Update
```bash
### Bedienung
```
# Aktualisieren
git -C ~/ING pull
# Kontostand abrufen
python3 ~/ING/balance.py
# Transaktionen abrufen
python3 ~/ING/transactions.py
# Kategorisieren
python3 ~/ING/categorize_transactions.py
```
### Hinweise