Files
ai-mail-bot/.gitignore
Zichao Lin e2826a3e3b feat: init AI email summarization bot
- Multi-account IMAP email polling with UID tracking
- DeepSeek API integration with JSON Mode structured output
- Telegram notification with formatted MarkdownV2 message
- YAML config with dataclass-based type validation
- Graceful shutdown on SIGINT/SIGTERM
- 60s default polling interval
2026-07-02 19:45:34 +08:00

5 lines
38 B
Plaintext

.venv/
__pycache__/
*.pyc
config.yaml