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:
12
habit_bot.py
12
habit_bot.py
@@ -1,8 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Habit #!/usr/bin/env python3 Diet Telegram Bot with URL Summarization
|
# Habit & Diet Telegram Bot with URL Summarization / URL 요약을 포함한 습관 및 식단 Telegram 봇
|
||||||
# URL 요약을 포함한 습관 및 식단 Telegram 봇
|
|
||||||
#
|
#
|
||||||
# 기능 / Features:
|
# 기능 / Features:
|
||||||
# - 습관 추적 (/habit add, log, list) / Habit tracking
|
# - 습관 추적 (/habit add, log, list) / Habit tracking
|
||||||
@@ -11,16 +10,7 @@
|
|||||||
# - URL 요약 (YouTube/Blog/News) / URL summarization
|
# - URL 요약 (YouTube/Blog/News) / URL summarization
|
||||||
# - 케토 다이어트 가이드라인 / Keto diet guidelines
|
# - 케토 다이어트 가이드라인 / 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 sys
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
|||||||
@@ -1,22 +1,15 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Stock #!/usr/bin/env python3 Crypto Portfolio Tracker / 주식 및 암호화폐 포트폴리오 트래커
|
# Stock & Crypto Portfolio Tracker / 주식 및 암호화폐 포트폴리오 트래커
|
||||||
# 기능:
|
# 기능 / Features:
|
||||||
# - 주식 및 암호화폐 가격 추적 / Track stocks and crypto prices
|
# - 주식 및 암호화폐 가격 추적 / 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
|
# - 시장 지수 비교 / Compare against market indices
|
||||||
# - 투자 권고사항 생성 / Generate investment recommendations
|
# - 투자 권고사항 생성 / Generate investment recommendations
|
||||||
# - 일일/주간 리포트 / Daily/weekly reports
|
# - 일일/주간 리포트 / 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 os
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user