/home/gigantoapp/public_html/Tatraapi
├── auto_replace.py
├── auto_replace.py_old
├── config
│ ├── client_secret.json
│ ├── db_config.json
│ └── prestashop_config.json
├── db_scripts
│ └── create_tables.sql
├── gmail_api.py
├── last_processed_time.txt
├── logs
│ ├── dzigimigi_test.csv
│ ├── error_logs.txt
│ ├── TATRA-PLATBY_test.csv
│ └── transaction_logs.txt
├── processed_references.txt
├── src
│ ├── database
│ │ ├── db_manager.py
│ │ └── __pycache__
│ │ └── db_manager.cpython-39.pyc
│ ├── email_processing
│ │ ├── email_processor.py
│ │ ├── gmail_api.py
│ │ └── __pycache__
│ │ └── email_processor.cpython-39.pyc
│ ├── logger.py
│ └── prestashop_integration
│ ├── db_integration.py
│ └── prestashop_api.py
├── struktura-centralnej-kniznice.txt
├── struktura-projekt-tatra-api.txt
├── struktura_projektu.txt
├── tatraapi_main.py
├── tatra_script_v2.py
├── tatra_script_v2.py-1
└── token
└── token.json
10 directories, 28 files