jctissier/Football-CLI — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python terminal app for football fans who want quick scores and links without opening a bunch of ad filled sites. It should run from the command line and show a simple numbered menu that lets me pick major leagues like Premier League, La Liga, Serie A, Ligue 1, Bundesliga, plus Champions League.

I want it to fetch current standings, recent match scores with goal details, fixtures, live stats where available, and top scorers. It should also let me search for live stream links and highlight links by typing a team name, then show clean clickable URLs in the terminal. No API key should be needed, use scraping from public football pages and Reddit style sources if that still works.

Make the output readable with colors and clear formatting. If someone types a wrong menu number, just show the menu again. Keep it Python 3 friendly and include whatever install instructions and requirements are needed. Look up current docs or replacement sources online if the old sites no longer work.

Want more depth? Deep Reverse