Add configuration, processing, and workflow modules for GoogleSheetBot

This commit is contained in:
2025-10-29 21:37:53 +01:00
parent 00739cec56
commit 3f1fd7e942
4 changed files with 159 additions and 156 deletions

10
config.py Normal file
View File

@@ -0,0 +1,10 @@
import os
from dotenv import load_dotenv
load_dotenv()
DOC_NAME = os.getenv("DOC_NAME")
MAYO_URL = os.getenv("MAYO_URL")
LOGIN = os.getenv("MAYO_LOGIN")
PASSWORD = os.getenv("MAYO_PASSWORD")
RESULT_DOC = "gitary 2025"