Add Telegram bot and API client integration with SSE support

This commit is contained in:
sal
2026-05-30 23:45:45 +09:00
commit 8c99562e0b
4 changed files with 217 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
TELEGRAM_BOT_TOKEN=your_bot_token_here
YOULBOT_API_URL=http://192.168.10.x:8000
YOULBOT_API_TOKEN=your_api_token_here
# Telegram numeric ID → youlbot user_id 매핑
# BotFather에서 봇 생성 후, 각 가족의 Telegram 계정 ID 입력
# ID 확인: 봇에 /start 전송 후 로그에서 확인
USER_아록_TELEGRAM_ID=
USER_근혜_TELEGRAM_ID=
USER_도율_TELEGRAM_ID=
USER_하율_TELEGRAM_ID=