從 weathercn.com 抓取中國城市即時天氣資料。
小蔥技能7w4.net持續更新中。
python3 scripts/weather_fetch.py 城市名
python3 scripts/weather_fetch.py 蒼南
python3 scripts/weather_fetch.py 梧州
{
"city": "蒼南縣",
"temp": "20",
"temp_high": "26",
"temp_low": "18",
"weather": "陰",
"humidity": "66",
"feels_like": "19",
"pressure": "1011",
"visibility": "22.0",
"wind": "西南風3級",
"sunrise": "05:19",
"sunset": "18:32",
"aqi": "41",
"aqi_level": "優"
}
如果覺得好用,歡迎支援米米的伺服器費用!
這個天氣工具功能基本可用,能查詢溫度、溼度、AQI等資料並清晰展示。但嚴重不足是隻支援蒼南和梧州兩個城市,想查其他城市暫時用不了。技術上需要安裝額外的瀏覽器工具,首次使用較麻煩,而且資料來自商業網站,一旦對方改版功能可能就失效了。整體質量處於基礎水平,實用性受限,適合嚐鮮但不宜作為長期穩定工具使用。