537 B
537 B
Weather Bot
Telegram 天气预报机器人,支持查询全球城市天气。
功能
- 🌤 查询指定城市实时天气
- 🌡 显示温度、湿度、风速
- 🌍 支持全球城市
安装
pip install -r requirements.txt
配置
设置环境变量:
export BOT_TOKEN="your_telegram_bot_token"
export WEATHER_API_KEY="your_openweathermap_api_key"
运行
python3 bot.py
使用
/start- 开始使用/weather 北京- 查询北京天气/help- 查看帮助