Day 1: AIS#7DaysChallenge (Built an idea extractor for my niche)
Built an on-demand topic discovery pipeline for my YouTube channel using the WAT Framework. ๐ข What it does when triggered: โ Pulls trending content from YouTube Data API + Google Search (Serper) โ Feeds everything into Gemini 2.5 Flash to curate 5 psychology topics โ each with a story angle, video hook, and "why it resonates" โ Generates a styled HTML infographic per topic (inline CSS, Gmail-native โ no image hosting needed) โ Sends a compiled email via Gmail API โซ Smart feature: - Topics history file tracks every past suggestion โ Gemini is explicitly told to avoid repeats on each run ๐Stack: Python ยท Gemini 2.5 Flash ยท YouTube Data API ยท Serper ยท Gmail OAuth The WAT pattern is surprisingly robust when one step fails, you fix and rerun just that script. No black boxes.