akshdeepsingh7/football-api — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python project that publishes live football league standings in a really simple way.
I want it to cover 15 major leagues like Premier League, La Liga, Serie A, Bundesliga, Ligue 1, Champions League, Europa League, MLS, Brazilian Serie A, Liga MX, and the others shown here. It should create a standings.json file with each league, teams, matches played, wins, draws, losses, goals for, goals against, goal difference, and points.
Also generate a nice README that shows the last updated time, quick stats for each league, current leaders, top performers like best attack, best defence, most wins, and a full table for every league. Include a confederation summary for UEFA, CONCACAF, and CONMEBOL.
Make it easy to run locally, and set it up so the data can be refreshed automatically. If you need a current football data source, look up the docs online and use a practical option.
Want more depth? Deep Reverse