weather_report/README.md
2024-02-25 22:52:18 +08:00

13 lines
No EOL
333 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 简单的天气预报
爬取爷爷那的天气信息,然后手动发短信给他。
由于每天有用到telegram这里直接结合一下机器人用定时任务(每天早上八点)发送消息给本人
tg相关配置信息 `config.json`
```
{
"api_id": xxxxx,
"api_hash": "xxxxx",
"bot_token": "xxxxx"
}
```