wmblack23/Live-Soccer-Scraper — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple terminal tool for checking soccer matches from the BBC scores and fixtures page.

I want to be able to choose one or more leagues, then run the script and see upcoming games, live scores, and finished results in my terminal. It should work for leagues around the world, as long as they’re listed in the included league names file. Please make it easy to edit which leagues I care about, for example Premier League, La Liga, Serie A, Ligue 1, Bundesliga, and Champions League.

The tool should automatically use my local timezone for match times. It should also handle the BBC limitation that only shows fixtures around the current date, so if there’s nothing available it should say that clearly instead of crashing.

Use Python and keep it lightweight, just requests and Beautiful Soup are fine. Include clear setup and run instructions so someone non technical can download it, install what they need, and run it from the terminal.

Want more depth? Deep Reverse