tarun7r/Cricket-API — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Cricket Hub app in Python with Flask. I want a friendly website where cricket fans can see live scores for matches happening now, check upcoming match schedules, search for a player by common name, and compare two players side by side.

The player page should show basic info like name, country, role, plus batting and bowling career summaries for Test, ODI, and T20 where available. The live score and schedule pages should pull current data from online cricket sources and show it clearly. Include support for IPL too if the data source has it.

Also make the same data available as JSON APIs, especially routes for player lookup, live matches, and schedule. Keep the UI simple but nice, with separate pages or sections for live scores, schedule, player stats, and comparison. Add basic error handling when a player is not found or no live match exists. Make it easy to run locally with clear setup instructions.

Want more depth? Deep Reverse