Tools / src /google_src /google_sheet.py

Commit History

refactor: Centralize logger import to src.logger_config across various modules.
f20025d

jebin2 commited on

feat: Add background scheduler with GitHub workflow trigger, sheet-based round-robin publishing, and per-account upload limits
f50bedb

jebin2 Claude Opus 4.6 commited on

Refactor: Standardize logging by replacing print statements with logger calls and adjusting verbosity levels.
503d4ac

jebin2 commited on

refactor: Improve log sheet ID derivation by centralizing the configured ID and enhancing error handling.
3688015

jebin2 commited on

feat: Allow specifying a dedicated Google Sheet ID for logging via the new `LOG_GSHEET_ID` configuration.
8348f26

jebin2 commited on

feat: Implement STT transcript verification optimization with new unit tests and update Google Sheet log sheet naming.
62e3d70

jebin2 commited on

refactor: Migrate Google Sheet access to use sheet IDs exclusively and introduce a factory method for log sheets.
c2fc9ca

jebin2 commited on

Implement GoogleSheetReader.get_log_reader factory method and enable spreadsheet creation for log sheets.
9c42c43

jebin2 commited on

feat: Implement VoiceOver AI Pipeline and Refactor Config
5f00d5a

jebin2 commited on

feat: Implement local video sync and enhanced Google Drive upload with sheet ID support
71d3806

jebin2 commited on

Refactor social publishers, fix asyncio/frontend crash, fix GCS project ID
05104b9

jebin2 commited on

issue fix
fce9bf7

jebin2 commited on

refactor: Centralize configuration management by replacing direct os.getenv calls with the new get_config_value utility function.
3bba70c

jebin2 commited on

refactor: move google_sheet_reader to google_src and cleanup workflows
69c39fa

jebin2 commited on