ALL GAMES SIMPLE - FOLDER CONTENTS ===================================== This folder contains paginated JSON files with basic game information scraped from NETLUSA (https://netlusa.com.br/jogos-da-portuguesa). STRUCTURE: - page_001.json, page_002.json, etc. - Paginated game data files - index.json - Navigation index for all pages DATA SOURCE: NETLUSA website SCRAPER: simple_games_scraper.py UPDATE FREQUENCY: Every 4 hours via cron job CONTENT DESCRIPTION: Each page contains games with the following information: - homeTeam: Home team name and logo - awayTeam: Away team name and logo - score: Game score (homeTeam - awayTeam) - date: Game date - time: Game time - venue: Stadium name - city: City name - state: State abbreviation - isTherePenalties: Boolean indicating if penalties occurred - penalties: Penalty shootout results (if applicable) - raw: Raw scraped data for reference FILE FORMAT: JSON ENCODING: UTF-8