/home/gigantoapp/public_html/Tatraapi
├── auto_replace.py
├── auto_replace.py_old
├── config
│ ├── client_secret.json
│ ├── db_config.json
│ └── prestashop_config.json
├── database
│ └── tatra.db
├── db_scripts
│ └── create_tables.sql
├── gmail_api.py
├── last_processed_time.txt
├── logs
│ ├── dzigimigi_test.csv
│ ├── error_logs.txt
│ ├── process_log.txt
│ ├── TATRA-PLATBY_test.csv
│ └── transaction_logs.txt
├── processed_references.txt
├── project_structure.txt
├── __pycache__
│ └── gmail_api.cpython-39.pyc
├── 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
│ │ └── __pycache__
│ │ └── prestashop_api.cpython-39.pyc
│ └── __pycache__
│ └── logger.cpython-39.pyc
├── struktura-centralnej-kniznice.txt
├── struktura-projekt-tatra-api.txt
├── struktura_projektu.txt
├── tatraapi_main.py
├── tatraapi_project.zip
├── tatra_script_v2.py
├── tatra_script_v2.py-1
└── token
└── token.json
14 directories, 35 files