DATA DIRECTORY - OVERVIEW ========================= This directory contains all scraped data from the Portuguesa FC scraping system. FOLDER STRUCTURE: ├── all_games_simple/ - Basic game data from NETLUSA (paginated) ├── recent_games_detailed/ - Detailed game data from Placar de Futebol ├── tables/ - Championship tables from Livescore (by year) ├── master_index.json - Master index of all available data └── README.txt - This overview file DATA SOURCES: - NETLUSA (https://netlusa.com.br/jogos-da-portuguesa) - Placar de Futebol (https://www.placardefutebol.com.br/time/portuguesa/ultimos-jogos) - Livescore.com (https://www.livescore.com/en/football/team/portuguesa/4974/tables/) UPDATE SCHEDULE: - All data is updated every 4 hours via cron job - Logs are stored in the project's log/ directory - Data is automatically copied to /var/www/html/portuguesa/public_html/data/ (if directory exists) FILE FORMATS: - All data files are in JSON format - UTF-8 encoding - Structured for easy programmatic access MAINTENANCE: - Old data is automatically backed up before updates - Year-based organization prevents data mixing - Index files provide navigation and metadata