Fix: Korean bilingual headers in habit_bot.py and stock_tracker.py

- Fixed headers to be properly bilingual (EN/KO)
- Added Korean descriptions for all features

Files:
- habit_bot.py
- stock_tracker.py
This commit is contained in:
Joungmin
2026-02-19 13:30:22 +09:00
parent cdca361d4c
commit aea82a2bb3
2 changed files with 5 additions and 22 deletions

View File

@@ -1,8 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Habit #!/usr/bin/env python3 Diet Telegram Bot with URL Summarization
# URL 요약을 포함한 습관 및 식단 Telegram 봇
# Habit & Diet Telegram Bot with URL Summarization / URL 요약을 포함한 습관 및 식단 Telegram 봇
#
# 기능 / Features:
# - 습관 추적 (/habit add, log, list) / Habit tracking
@@ -11,16 +10,7 @@
# - URL 요약 (YouTube/Blog/News) / URL summarization
# - 케토 다이어트 가이드라인 / Keto diet guidelines
"""
Unified Telegram Bot - Habit, Diet, URL Summarizer
Features:
- YouTube/Blog/News summarization (EN/KO)
- Habit logging
- Diet/food logging with photo analysis
- Morning briefing
- Night debrief + motivation
"""
import os
import sys
import json
import re

View File

@@ -1,22 +1,15 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Stock #!/usr/bin/env python3 Crypto Portfolio Tracker / 주식 및 암호화폐 포트폴리오 트래커
# 기능:
# Stock & Crypto Portfolio Tracker / 주식 및 암호화폐 포트폴리오 트래커
# 기능 / Features:
# - 주식 및 암호화폐 가격 추적 / Track stocks and crypto prices
# - 포트폴리오 P#!/usr/bin/env python3L 계산 / Calculate portfolio P#!/usr/bin/env python3L
# - 포트폴리오 P&L 계산 / Calculate portfolio P&L
# - 시장 지수 비교 / Compare against market indices
# - 투자 권고사항 생성 / Generate investment recommendations
# - 일일/주간 리포트 / Daily/weekly reports
"""
Stock & Crypto Portfolio Tracker
Features:
- Track stocks and crypto prices
- Calculate portfolio P&L
- Compare against market indices
- Generate investment recommendations based on guidelines
- Daily/weekly reports
"""
import os
import json