Initial project setup for Telegram-to-Qdrant knowledge base.
Add unified n8n workflow, userbot ingestion script, and detailed README for running n8n with a separate Dockerized Telethon collector. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
TG_API_ID=12345678
|
||||
TG_API_HASH=your_telegram_api_hash
|
||||
TG_GROUP_ID=-1001234567890
|
||||
N8N_WEBHOOK_URL=http://n8n:5678/webhook/tg-inbox
|
||||
SESSION_FILE_PATH=/app/session/session.session
|
||||
HISTORY_CHECK_FILE=/app/session/history_done.flag
|
||||
Reference in New Issue
Block a user