Commit Graph

6 Commits

Author SHA1 Message Date
Joungmin
43aa70be81 Fix: Syntax error in Authorization header 2026-02-19 15:14:34 +09:00
Joungmin
aea82a2bb3 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
2026-02-19 13:30:22 +09:00
Joungmin
234e872273 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
2026-02-19 13:28:56 +09:00
Joungmin
bf614b4e5f Add: MiniMax Vision API for food photo analysis
Features:
- analyze_food_photo() - Vision API integration
- food_photo() - Telegram photo handler
- Auto-detect foods and estimate nutrition
- Keto-friendly check
- Daily totals calculation

CLI Usage:
- Send food photo to bot → auto-analyze
- /food_photo command for manual analysis
- Results logged with confidence score

Environment Variable:
- MINIMAX_API_KEY for vision API access
2026-02-19 07:34:28 +09:00
Joungmin
e7d88a0ef1 Update: Habit bot token configured
- Token: 8325588419:AAGghb0nosWG8g6QtYeghqUs0RHug06uG74
- Bot: @openclaw_habbit_tracker_bot
- Updated deploy_habit_bot.sh
- Verified bot connection working
2026-02-19 03:51:26 +09:00
joungmin
9260f33f55 Initial commit: OpenClaw workspace with habit bot and flashcard app 2026-02-19 03:20:51 +09:00