Skip to content

Overview

What Is This?

WeChat Daily Weather Push is an automated system that pushes beautifully formatted messages containing weather info, AI commentary, and love messages to WeChat every day.

Morning Push

Features

FeatureDescription
🌤️ Multi-Source WeatherQWeather API (primary) + China Weather (fallback, auto-switch)
🤖 AI-GeneratedGemini generates Chinese commentary + English love messages based on real-time weather
📱 WeChat PushPushPlus one-to-many push with group support
🏙️ Multi-CityConfigure any number of cities, each mapped to a person
⏰ Dual PushMorning 07:30 + Evening 22:00, auto mode detection
☁️ ServerlessGitHub Actions scheduled run — completely free

Data Flow

QWeather API ──→ weather.py ──→┐
                               ├──→ main.py ──→ push.py ──→ PushPlus ──→ 📱 WeChat
Gemini API ───→ love_message ──┘
                  .py