A personal tool I built to start my mornings with context. It pulls from OpenWeatherMap, Alpha Vantage, Hacker News, and a Supabase-backed Bible verse database, formats everything into a clean message, and fires it to one or multiple Telegram chats. You configure it through a .env file and it runs headlessly on a schedule.
It's a simple project honestly, but it was a good early exercise in stitching together multiple external APIs cleanly without everything falling apart when one of them misbehaves. I still run it. The main thing I'd fix is the message formatting as it's too rigid right now, and I want to make it template-driven so it's easier to customise without touching the code.
