Weather Bot is the sibling of my Price Tracker Bot: same architecture, different question. Instead of watching prices, it watches the sky — fetching live weather data through an Apify-powered API and turning it into a clean, human-readable 3-day forecast report.
After building the price tracker, I wanted to prove the pattern was reusable: call an external API on a schedule, process the response, deliver a report. Swapping the data source from retail prices to weather data took a fraction of the original build time — which is exactly the point of writing modular code.
How to work with Apify actors as a reliable data layer, and how a well-structured first project turns the second one into an afternoon of work instead of a week.
Python, Apify API, scheduled tasks

Diğer projelerime de göz atmak ister misiniz?