Dashboard/Week 9/Day 5
WEEK 9 · FRIDAY

Week 9 · Day 5 — PROJECT: Daily Soccer Briefing Agent 🤖

2.8 hours·20 sections
Section 1 of 200/20 done

Week 9 · Day 5 — PROJECT: Daily Soccer Briefing Agent 🤖

💰 SCHEDULED AUTOMATION COST WARNING: This workflow will call OpenAI API automatically every day.

  • Each run: ~$0.0002-0.0005 (gpt-4o-mini)
  • Monthly cost if running daily: ~$0.006-0.015/month
  • To avoid surprises: Set a calendar reminder to deactivate the workflow after your demo
  • Or use MOCK_MODE for testing

Ship the Agent

This is the final project for Week 9 — and the most complex thing you've built all summer.

The Daily Soccer Briefing Agent runs every morning at 7 AM without you touching anything. It:

  1. Pulls the latest Orlando City match result from football-data.org
  2. Pulls MLS standings to see where Orlando sits in the table
  3. Sends both to GPT for an intelligent briefing
  4. Posts the briefing as a beautiful Discord embed
  5. Optionally sends an email summary

This runs forever, every morning, on autopilot. That's an agent.


🐍 Python