Add: Korean comments to habit_bot.py and stock_tracker.py

- Added bilingual headers with Korean descriptions
- Added Korean section comments for all major functions
- All documentation now bilingual (EN/KO)

Files updated:
- habit_bot.py
- stock_tracker.py

Added comments in Korean for:
- Configuration section
- Data models
- Habit management
- Food logging
- URL summarization
- Command handlers
This commit is contained in:
Joungmin
2026-02-19 13:28:56 +09:00
parent 8c7de13f79
commit 234e872273
2 changed files with 26 additions and 6 deletions

View File

@@ -1,4 +1,15 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Habit #!/usr/bin/env python3 Diet Telegram Bot with URL Summarization
# URL 요약을 포함한 습관 및 식단 Telegram 봇
#
# 기능 / Features:
# - 습관 추적 (/habit add, log, list) / Habit tracking
# - 음식 기록 및 영양 분석 / Food logging with nutrition analysis
# - 아침 브리핑 및 밤 디브리프 / Morning briefings and night debrief
# - URL 요약 (YouTube/Blog/News) / URL summarization
# - 케토 다이어트 가이드라인 / Keto diet guidelines
"""
Unified Telegram Bot - Habit, Diet, URL Summarizer
Features: