initializare

This commit is contained in:
2025-11-06 20:55:35 +02:00
commit 9956e9c11e
32 changed files with 5500 additions and 0 deletions

32
.env.example Normal file
View File

@@ -0,0 +1,32 @@
# Credentials (NU comite valorile reale în git!)
BTGO_USERNAME=
BTGO_PASSWORD=
# Configurare
HEADLESS=false
TIMEOUT_2FA_SECONDS=120
SCREENSHOT_ON_ERROR=true
DOWNLOAD_TRANSACTIONS=true
OUTPUT_DIR=./data
LOG_LEVEL=INFO
# Notificări (opțional)
ENABLE_NOTIFICATIONS=false
# Email (SMTP)
EMAIL_ENABLED=false
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=your-email@gmail.com
SMTP_PASSWORD=your-app-password
EMAIL_FROM=your-email@gmail.com
EMAIL_TO=mmarius28@gmail.com
# Telegram
TELEGRAM_ENABLED=false
TELEGRAM_BOT_TOKEN=123456789:ABCdefGHIjklMNOpqrsTUVwxyz
TELEGRAM_CHAT_ID=your-chat-id
# Telegram Trigger Bot (pentru declanșare remote prin Telegram)
TELEGRAM_ALLOWED_USER_IDS=123456789,987654321 # User IDs autorizați (goală = toți)
TELEGRAM_POLL_TIMEOUT=60 # Long polling timeout în secunde (30-90 recomandat)