This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # daily_report.py v4 | |
| # 每日晨报系统 - 完整升级版 | |
| # 新增:佛历日期 / PDF输出 / 黄金价格 / 今日解读 / 泰国政策新闻 | |
| import asyncio | |
| import feedparser |