Initial: forked from runesleo/x-reader (MIT License) - thank you @runes_leo!

This commit is contained in:
Panniantong 2026-02-24 03:00:05 +01:00
commit ee2ad83b12
25 changed files with 2512 additions and 0 deletions

14
.env.example Normal file
View file

@ -0,0 +1,14 @@
# === Telegram (optional, for TG channel fetching) ===
TG_API_ID=
TG_API_HASH=
# === Groq Whisper (optional, for video/audio transcription) ===
# Free API key: https://console.groq.com/keys
GROQ_API_KEY=
# === Gemini (optional, for AI-powered analysis) ===
GEMINI_API_KEY=
# === Output ===
OUTPUT_DIR=./output
INBOX_FILE=./unified_inbox.json