{"id":49593053,"url":"https://github.com/dimuzzo/sinner-tracker","last_synced_at":"2026-05-04T01:40:32.621Z","repository":{"id":350917728,"uuid":"1208755152","full_name":"dimuzzo/sinner-tracker","owner":"dimuzzo","description":"The ultimate automated dashboard for Jannik Sinner fans. Real-time ATP stats, technical analytics (Radar/Doughnut charts), and Tournament Roadmap. Fully automated via Python \u0026 GitHub Actions. PWA Ready.","archived":false,"fork":false,"pushed_at":"2026-04-28T05:34:47.000Z","size":933,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T07:28:57.045Z","etag":null,"topics":["atp","automation","chartjs","dashboard","github-actions","jannik-sinner","pwa","python","sports-analytics","tennis"],"latest_commit_sha":null,"homepage":"https://dimuzzo.github.io/sinner-tracker/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimuzzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-12T17:48:01.000Z","updated_at":"2026-04-28T05:34:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dimuzzo/sinner-tracker","commit_stats":null,"previous_names":["dimuzzo/sinner-tracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dimuzzo/sinner-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimuzzo%2Fsinner-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimuzzo%2Fsinner-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimuzzo%2Fsinner-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimuzzo%2Fsinner-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimuzzo","download_url":"https://codeload.github.com/dimuzzo/sinner-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimuzzo%2Fsinner-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atp","automation","chartjs","dashboard","github-actions","jannik-sinner","pwa","python","sports-analytics","tennis"],"created_at":"2026-05-04T01:40:30.475Z","updated_at":"2026-05-04T01:40:32.609Z","avatar_url":"https://github.com/dimuzzo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦊🥕 Sinner Tracker - The Fox Dashboard\n\nAn unofficial, high-performance web dashboard dedicated to tracking **Jannik Sinner's** ATP journey in real-time. This project combines data automation with a sleek, responsive UI to provide fans with a professional-grade tennis analytics tool.\n\n## Live Demo\nCheck out the live dashboard [here](https://dimuzzo.github.io/sinner-tracker/).\n\n## Key Features\n* **Live-ish Data**: Automated daily updates of ATP Ranking, Points, and Match Statistics using GitHub Actions.\n* **The Fox Stats**: Custom Radar Chart visualizing technical skills (Serve In, BP Saved, Return Won, BP Converted).\n* **Surface Mastery**: Doughnut Chart breakdown of wins across Hard, Clay, and Grass courts.\n* **Tournament Roadmap**: Dynamic timeline of Sinner's elite schedule for the current season.\n* **Epic Rivalries**: H2H tracking against top rivals (Alcaraz, Djokovic, Zverev) plus automated \"Nemesis\" and \"Pigeon\" detection.\n* **Race to Turin**: Real-time progress bar towards ATP Finals qualification.\n* **PWA Ready**: Install the dashboard as an app on iOS or Android for a native experience.\n* **Identity Card**: Detailed player bio including height, weight, and coaching team.\n* **Dark Mode \u0026 Multi-language**: Toggle between light/dark themes and English/Italian languages.\n\n## Technology Stack\n* **Frontend**: HTML5, Tailwind CSS (for modern UI), JavaScript (ES6+).\n* **Charts**: [Chart.js](https://www.chartjs.org/) for interactive data visualization.\n* **Automation**: Python script (`updater.py`) running on GitHub Actions.\n* **Data Source**: Tennis API via [RapidAPI](https://rapidapi.com/).\n\n## How It Works (Automation)\nThe project uses a \"serverless\" approach to keep data fresh without a backend:\n1.  **GitHub Action**: A scheduled workflow runs every day at 02:00 UTC.\n2.  **Python Bot**: The `updater.py` script fetches the latest statistics from the Tennis API.\n3.  **Data Sync**: The script updates the `data.json` file in the repository.\n4.  **Static Deploy**: GitHub Pages automatically reflects the changes in `data.json` without any manual intervention.\n\n## Local Setup\nIf you want to contribute or run this locally:\n\n1.  **Clone the repo**:\n    ```bash\n    git clone https://github.com/dimuzzo/sinner-tracker.git\n    ```\n2.  **Configure API Key**:\n    Add your RapidAPI key to your environment variables or GitHub Secrets as `API_KEY`.\n3.  **Run Updater**:\n    ```bash\n    python updater.py\n    ```\n4.  **Launch Web UI**:\n    Open `index.html` in any modern browser.\n\n## License\nThis project is for educational and fan purposes only. All tennis data is property of their respective owners.\n\n---\n*Forza Jannik!* 🎾","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimuzzo%2Fsinner-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimuzzo%2Fsinner-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimuzzo%2Fsinner-tracker/lists"}